Peach Puff — 11-step color scale
Peach Puff (#ffdab9) sits at 500, untouched. Every other step is Peach Puff composited over white or black at a decreasing opacity, so the whole ramp stays in one hue family instead of drifting toward another color at the ends.
Open Peach Puff in the generator
For text that needs to pass AA on white, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500, 600, 700 do.
Semantic colors from Peach Puff
Success, warning, error and the rest are derived from Peach Puff itself, then checked so they stay distinguishable from the base — and from each other — under the three types of color blindness. The distance below is CIEDE2000 after each simulation.
| Suggested | Protanopia | Deuteranopia | Tritanopia |
|---|---|---|---|
| success | 12.1 | 13.0 | 15.0 |
| warning | 16.7 | 14.9 | 14.8 |
| error | 27.2 | 25.1 | 12.8 |
| discovery | 32.3 | 35.5 | 38.9 |
| info | 23.2 | 29.6 | 41.1 |
| neutral | 16.9 | 18.2 | 16.4 |
The success suggestion is the closest call: it clears the threshold under Protanopia, but only reaches ΔE₀₀ 12.1, so it sits just above the 11 line rather than comfortably past it.
Export Peach Puff
The same five formats the generator produces, for this scale. Copy any block, or open the tool to tweak the ramp first.
:root {
--color-color-50: #fffcf9;
--color-color-100: #fff6ee;
--color-color-200: #fff0e3;
--color-color-300: #ffead8;
--color-color-400: #ffe1c7;
--color-color-500: #ffdab9;
--color-color-600: #ccae94;
--color-color-700: #8f7a68;
--color-color-800: #66574a;
--color-color-900: #3d342c;
--color-color-950: #14110f;
}$color-color-50: #fffcf9;
$color-color-100: #fff6ee;
$color-color-200: #fff0e3;
$color-color-300: #ffead8;
$color-color-400: #ffe1c7;
$color-color-500: #ffdab9;
$color-color-600: #ccae94;
$color-color-700: #8f7a68;
$color-color-800: #66574a;
$color-color-900: #3d342c;
$color-color-950: #14110f;export const color = {
50: '#fffcf9',
100: '#fff6ee',
200: '#fff0e3',
300: '#ffead8',
400: '#ffe1c7',
500: '#ffdab9',
600: '#ccae94',
700: '#8f7a68',
800: '#66574a',
900: '#3d342c',
950: '#14110f',
};{
"color": {
"50": "#fffcf9",
"100": "#fff6ee",
"200": "#fff0e3",
"300": "#ffead8",
"400": "#ffe1c7",
"500": "#ffdab9",
"600": "#ccae94",
"700": "#8f7a68",
"800": "#66574a",
"900": "#3d342c",
"950": "#14110f"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9882352941176471,
0.9764705882352941
],
"alpha": 1,
"hex": "#FFFCF9"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9647058823529412,
0.9333333333333333
],
"alpha": 1,
"hex": "#FFF6EE"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9411764705882353,
0.8901960784313725
],
"alpha": 1,
"hex": "#FFF0E3"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9176470588235294,
0.8470588235294118
],
"alpha": 1,
"hex": "#FFEAD8"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.8823529411764706,
0.7803921568627451
],
"alpha": 1,
"hex": "#FFE1C7"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.8549019607843137,
0.7254901960784313
],
"alpha": 1,
"hex": "#FFDAB9"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8,
0.6823529411764706,
0.5803921568627451
],
"alpha": 1,
"hex": "#CCAE94"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5607843137254902,
0.47843137254901963,
0.40784313725490196
],
"alpha": 1,
"hex": "#8F7A68"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.4,
0.3411764705882353,
0.2901960784313726
],
"alpha": 1,
"hex": "#66574A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.23921568627450981,
0.20392156862745098,
0.17254901960784313
],
"alpha": 1,
"hex": "#3D342C"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.0784313725490196,
0.06666666666666667,
0.058823529411764705
],
"alpha": 1,
"hex": "#14110F"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}