Generated palette
Cream Palette
Cream Palette: #FFFDD0, #D1D3FF, #FFE6D1, #EAFFD1. Check roles, contrast and CSS variables; open source-color links and JSON.
Cream Palette assigns primary #FFFDD0, secondary #D1D3FF, surface #FFE6D1, background #EAFFD1, accent #000000. The set spans Yellow, Blue, Orange, and Green families with warm, cool, and neutral temperatures. Luminance runs from #000000 at 0 to #FFFDD0 at 0.9606; black gives higher contrast on 4 of 5 values.
Palette Color Roles
Cream Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#FFFDD0Cream#D1D3FF#D1D3FF#FFE6D1#FFE6D1#EAFFD1#EAFFD1#000000BlackCSS Variables
--palette-cream-primary: #FFFDD0; --palette-cream-secondary: #D1D3FF; --palette-cream-surface: #FFE6D1; --palette-cream-background: #EAFFD1; --palette-cream-accent: #000000;
Accessibility Snapshot
Compare all 5 Cream Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Cream Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Cream Palette Data (JSON)
Structured palette data for Cream 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": "#FFFDD0",
"name": "Cream"
},
{
"role": "secondary",
"hex": "#D1D3FF",
"name": "#D1D3FF"
},
{
"role": "surface",
"hex": "#FFE6D1",
"name": "#FFE6D1"
},
{
"role": "background",
"hex": "#EAFFD1",
"name": "#EAFFD1"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#FFFDD0",
"name": "Cream",
"blackContrast": 20.21,
"whiteContrast": 1.04,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#D1D3FF",
"name": "#D1D3FF",
"blackContrast": 14.47,
"whiteContrast": 1.45,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "surface",
"hex": "#FFE6D1",
"name": "#FFE6D1",
"blackContrast": 17.49,
"whiteContrast": 1.2,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#EAFFD1",
"name": "#EAFFD1",
"blackContrast": 19.72,
"whiteContrast": 1.06,
"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
[
"cream palette",
"generated palette",
"yellow palette",
"blue palette",
"orange palette",
"green palette",
"gray palette",
"light palette",
"neutral palette",
"pastel palette",
"dark palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"soft backgrounds",
"wellness and botanical palettes",
"calm digital interfaces"
]CSS variables
"--palette-cream-primary: #FFFDD0;\n--palette-cream-secondary: #D1D3FF;\n--palette-cream-surface: #FFE6D1;\n--palette-cream-background: #EAFFD1;\n--palette-cream-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "cream",
"name": "Cream Palette",
"type": "generated",
"sourceColor": "cream",
"description": "Generated palette built from Cream, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Cream Palette combines primary #FFFDD0, secondary #D1D3FF, surface #FFE6D1, background #EAFFD1, accent #000000. According to Colors Encyclopedia, the palette works as a yellow palette, blue palette, orange 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": [
"cream palette",
"generated palette",
"yellow palette",
"blue palette",
"orange palette",
"green palette",
"gray palette",
"light palette",
"neutral palette",
"pastel palette",
"dark palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"soft backgrounds",
"wellness and botanical palettes",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#FFFDD0",
"slug": "cream",
"name": "Cream",
"rgb": [
255,
253,
208
],
"hsl": [
57,
100,
91
],
"cmyk": [
0,
1,
18,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"light",
"neutral"
],
"luminance": 0.9606,
"contrast": {
"black": 20.21,
"white": 1.04
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/cream/"
},
{
"role": "secondary",
"hex": "#D1D3FF",
"slug": null,
"name": "#D1D3FF",
"rgb": [
209,
211,
255
],
"hsl": [
237,
100,
91
],
"cmyk": [
18,
17,
0,
0
],
"family": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.6736,
"contrast": {
"black": 14.47,
"white": 1.45
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": null
},
{
"role": "surface",
"hex": "#FFE6D1",
"slug": null,
"name": "#FFE6D1",
"rgb": [
255,
230,
209
],
"hsl": [
27,
100,
91
],
"cmyk": [
0,
10,
18,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.8246,
"contrast": {
"black": 17.49,
"white": 1.2
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "background",
"hex": "#EAFFD1",
"slug": null,
"name": "#EAFFD1",
"rgb": [
234,
255,
209
],
"hsl": [
87,
100,
91
],
"cmyk": [
8,
0,
18,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.9362,
"contrast": {
"black": 19.72,
"white": 1.06
},
"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": "#FFFDD0",
"name": "Cream"
},
{
"role": "secondary",
"hex": "#D1D3FF",
"name": "#D1D3FF"
},
{
"role": "surface",
"hex": "#FFE6D1",
"name": "#FFE6D1"
},
{
"role": "background",
"hex": "#EAFFD1",
"name": "#EAFFD1"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#FFFDD0",
"name": "Cream",
"blackContrast": 20.21,
"whiteContrast": 1.04,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#D1D3FF",
"name": "#D1D3FF",
"blackContrast": 14.47,
"whiteContrast": 1.45,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "surface",
"hex": "#FFE6D1",
"name": "#FFE6D1",
"blackContrast": 17.49,
"whiteContrast": 1.2,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#EAFFD1",
"name": "#EAFFD1",
"blackContrast": 19.72,
"whiteContrast": 1.06,
"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-cream-primary: #FFFDD0;\n--palette-cream-secondary: #D1D3FF;\n--palette-cream-surface: #FFE6D1;\n--palette-cream-background: #EAFFD1;\n--palette-cream-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/cream.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/cream.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/cream/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/cream.json"
}