Generated palette
Soft Peach Palette
Soft Peach Palette: #FAD7A0, #9EC1FA, #FAA99E, #EFFA9E. Check roles, contrast and CSS variables; open source-color links and JSON.
Soft Peach Palette assigns primary #FAD7A0, secondary #9EC1FA, surface #FAA99E, background #EFFA9E, accent #000000. The set spans Orange, Blue, Red, and Yellow families with warm, cool, and neutral temperatures. Luminance runs from #000000 at 0 to #EFFA9E at 0.8919; black gives higher contrast on 4 of 5 values.
Palette Color Roles
Soft Peach Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#FAD7A0Soft Peach#9EC1FA#9EC1FA#FAA99E#FAA99E#EFFA9E#EFFA9E#000000BlackCSS Variables
--palette-soft-peach-primary: #FAD7A0; --palette-soft-peach-secondary: #9EC1FA; --palette-soft-peach-surface: #FAA99E; --palette-soft-peach-background: #EFFA9E; --palette-soft-peach-accent: #000000;
Accessibility Snapshot
Compare all 5 Soft Peach Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Soft Peach Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Soft Peach Palette Data (JSON)
Structured palette data for Soft Peach Palette, including color roles, accessibility, semantic groups, use cases, CSS variables, and API links.
colorsPalette colors with roles and color systemsrolesPrimary, secondary, surface, background, and accent mappingaccessibilityContrast and WCAG text options by palette colorsemanticGroupsAI-readable palette labelsuseCasesDesign and implementation contextscssVariablesCopy-ready CSS custom propertiesStructured sections
Roles
[
{
"role": "primary",
"hex": "#FAD7A0",
"name": "Soft Peach"
},
{
"role": "secondary",
"hex": "#9EC1FA",
"name": "#9EC1FA"
},
{
"role": "surface",
"hex": "#FAA99E",
"name": "#FAA99E"
},
{
"role": "background",
"hex": "#EFFA9E",
"name": "#EFFA9E"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#FAD7A0",
"name": "Soft Peach",
"blackContrast": 15.29,
"whiteContrast": 1.37,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#9EC1FA",
"name": "#9EC1FA",
"blackContrast": 11.46,
"whiteContrast": 1.83,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "surface",
"hex": "#FAA99E",
"name": "#FAA99E",
"blackContrast": 11.23,
"whiteContrast": 1.87,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "background",
"hex": "#EFFA9E",
"name": "#EFFA9E",
"blackContrast": 18.84,
"whiteContrast": 1.11,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"soft peach palette",
"generated palette",
"orange palette",
"blue palette",
"red palette",
"yellow palette",
"gray palette",
"pastel palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"soft backgrounds",
"calm digital interfaces"
]CSS variables
"--palette-soft-peach-primary: #FAD7A0;\n--palette-soft-peach-secondary: #9EC1FA;\n--palette-soft-peach-surface: #FAA99E;\n--palette-soft-peach-background: #EFFA9E;\n--palette-soft-peach-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "soft-peach",
"name": "Soft Peach Palette",
"type": "generated",
"sourceColor": "soft-peach",
"description": "Generated palette built from Soft Peach, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Soft Peach Palette combines primary #FAD7A0, secondary #9EC1FA, surface #FAA99E, background #EFFA9E, accent #000000. According to Colors Encyclopedia, the palette works as a orange palette, blue palette, red palette system for design system tokens, CSS variables, palette reference, and AI color ingestion, with each color mapped to roles, contrast data, CSS tokens, and machine-readable JSON.",
"semanticGroups": [
"soft peach palette",
"generated palette",
"orange palette",
"blue palette",
"red palette",
"yellow palette",
"gray palette",
"pastel palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"soft backgrounds",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#FAD7A0",
"slug": "soft-peach",
"name": "Soft Peach",
"rgb": [
250,
215,
160
],
"hsl": [
37,
90,
80
],
"cmyk": [
0,
14,
36,
2
],
"family": "orange",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.7146,
"contrast": {
"black": 15.29,
"white": 1.37
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/soft-peach/"
},
{
"role": "secondary",
"hex": "#9EC1FA",
"slug": null,
"name": "#9EC1FA",
"rgb": [
158,
193,
250
],
"hsl": [
217,
90,
80
],
"cmyk": [
37,
23,
0,
2
],
"family": "blue",
"temperature": "cool",
"tone": [
"pastel"
],
"luminance": 0.5231,
"contrast": {
"black": 11.46,
"white": 1.83
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": null
},
{
"role": "surface",
"hex": "#FAA99E",
"slug": null,
"name": "#FAA99E",
"rgb": [
250,
169,
158
],
"hsl": [
7,
90,
80
],
"cmyk": [
0,
32,
37,
2
],
"family": "red",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.5117,
"contrast": {
"black": 11.23,
"white": 1.87
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": null
},
{
"role": "background",
"hex": "#EFFA9E",
"slug": null,
"name": "#EFFA9E",
"rgb": [
239,
250,
158
],
"hsl": [
67,
90,
80
],
"cmyk": [
4,
0,
37,
2
],
"family": "yellow",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.8919,
"contrast": {
"black": 18.84,
"white": 1.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "accent",
"hex": "#000000",
"slug": "black",
"name": "Black",
"rgb": [
0,
0,
0
],
"hsl": [
0,
0,
0
],
"cmyk": [
0,
0,
0,
100
],
"family": "gray",
"temperature": "neutral",
"tone": [
"dark",
"neutral"
],
"luminance": 0,
"contrast": {
"black": 1,
"white": 21
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/black/"
}
],
"roles": [
{
"role": "primary",
"hex": "#FAD7A0",
"name": "Soft Peach"
},
{
"role": "secondary",
"hex": "#9EC1FA",
"name": "#9EC1FA"
},
{
"role": "surface",
"hex": "#FAA99E",
"name": "#FAA99E"
},
{
"role": "background",
"hex": "#EFFA9E",
"name": "#EFFA9E"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#FAD7A0",
"name": "Soft Peach",
"blackContrast": 15.29,
"whiteContrast": 1.37,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#9EC1FA",
"name": "#9EC1FA",
"blackContrast": 11.46,
"whiteContrast": 1.83,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "surface",
"hex": "#FAA99E",
"name": "#FAA99E",
"blackContrast": 11.23,
"whiteContrast": 1.87,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "background",
"hex": "#EFFA9E",
"name": "#EFFA9E",
"blackContrast": 18.84,
"whiteContrast": 1.11,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-soft-peach-primary: #FAD7A0;\n--palette-soft-peach-secondary: #9EC1FA;\n--palette-soft-peach-surface: #FAA99E;\n--palette-soft-peach-background: #EFFA9E;\n--palette-soft-peach-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/soft-peach.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/soft-peach.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/soft-peach/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/soft-peach.json"
}