Generated palette
Mint Cream Palette
Mint Cream Palette: #F5FFFA, #FFF5FA, #F5FFF5, #F5FFFF. Check roles, contrast and CSS variables; open source-color links and JSON.
Mint Cream Palette assigns primary #F5FFFA, secondary #FFF5FA, surface #F5FFF5, background #F5FFFF, accent #000000. The set spans Green, Pink, Cyan, and Gray families with cool, warm, and neutral temperatures. Luminance runs from #000000 at 0 to #F5FFFF at 0.9815; black gives higher contrast on 4 of 5 values.
Palette Color Roles
Mint Cream Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#F5FFFAMint Cream#FFF5FA#FFF5FA#F5FFF5#F5FFF5#F5FFFF#F5FFFF#000000BlackCSS Variables
--palette-mint-cream-primary: #F5FFFA; --palette-mint-cream-secondary: #FFF5FA; --palette-mint-cream-surface: #F5FFF5; --palette-mint-cream-background: #F5FFFF; --palette-mint-cream-accent: #000000;
Accessibility Snapshot
Compare all 5 Mint Cream Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Mint Cream Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Mint Cream Palette Data (JSON)
Structured palette data for Mint 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": "#F5FFFA",
"name": "Mint Cream"
},
{
"role": "secondary",
"hex": "#FFF5FA",
"name": "#FFF5FA"
},
{
"role": "surface",
"hex": "#F5FFF5",
"name": "#F5FFF5"
},
{
"role": "background",
"hex": "#F5FFFF",
"name": "#F5FFFF"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#F5FFFA",
"name": "Mint Cream",
"blackContrast": 20.57,
"whiteContrast": 1.02,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#FFF5FA",
"name": "#FFF5FA",
"blackContrast": 19.69,
"whiteContrast": 1.07,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#F5FFF5",
"name": "#F5FFF5",
"blackContrast": 20.51,
"whiteContrast": 1.02,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#F5FFFF",
"name": "#F5FFFF",
"blackContrast": 20.63,
"whiteContrast": 1.02,
"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
[
"mint cream palette",
"generated palette",
"green palette",
"pink palette",
"cyan palette",
"gray palette",
"light palette",
"pastel palette",
"dark palette",
"neutral palette",
"cool palette",
"warm palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"soft backgrounds",
"wellness and botanical palettes"
]CSS variables
"--palette-mint-cream-primary: #F5FFFA;\n--palette-mint-cream-secondary: #FFF5FA;\n--palette-mint-cream-surface: #F5FFF5;\n--palette-mint-cream-background: #F5FFFF;\n--palette-mint-cream-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "mint-cream",
"name": "Mint Cream Palette",
"type": "generated",
"sourceColor": "mint-cream",
"description": "Generated palette built from Mint Cream, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Mint Cream Palette combines primary #F5FFFA, secondary #FFF5FA, surface #F5FFF5, background #F5FFFF, accent #000000. According to Colors Encyclopedia, the palette works as a green palette, pink palette, cyan 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": [
"mint cream palette",
"generated palette",
"green palette",
"pink palette",
"cyan palette",
"gray palette",
"light palette",
"pastel palette",
"dark palette",
"neutral palette",
"cool palette",
"warm palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"soft backgrounds",
"wellness and botanical palettes"
],
"colors": [
{
"role": "primary",
"hex": "#F5FFFA",
"slug": "mint-cream",
"name": "Mint Cream",
"rgb": [
245,
255,
250
],
"hsl": [
150,
100,
98
],
"cmyk": [
4,
0,
2,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.9783,
"contrast": {
"black": 20.57,
"white": 1.02
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/mint-cream/"
},
{
"role": "secondary",
"hex": "#FFF5FA",
"slug": null,
"name": "#FFF5FA",
"rgb": [
255,
245,
250
],
"hsl": [
330,
100,
98
],
"cmyk": [
0,
4,
2,
0
],
"family": "pink",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.9347,
"contrast": {
"black": 19.69,
"white": 1.07
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "surface",
"hex": "#F5FFF5",
"slug": null,
"name": "#F5FFF5",
"rgb": [
245,
255,
245
],
"hsl": [
120,
100,
98
],
"cmyk": [
4,
0,
4,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.9753,
"contrast": {
"black": 20.51,
"white": 1.02
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "background",
"hex": "#F5FFFF",
"slug": null,
"name": "#F5FFFF",
"rgb": [
245,
255,
255
],
"hsl": [
180,
100,
98
],
"cmyk": [
4,
0,
0,
0
],
"family": "cyan",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.9815,
"contrast": {
"black": 20.63,
"white": 1.02
},
"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": "#F5FFFA",
"name": "Mint Cream"
},
{
"role": "secondary",
"hex": "#FFF5FA",
"name": "#FFF5FA"
},
{
"role": "surface",
"hex": "#F5FFF5",
"name": "#F5FFF5"
},
{
"role": "background",
"hex": "#F5FFFF",
"name": "#F5FFFF"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#F5FFFA",
"name": "Mint Cream",
"blackContrast": 20.57,
"whiteContrast": 1.02,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#FFF5FA",
"name": "#FFF5FA",
"blackContrast": 19.69,
"whiteContrast": 1.07,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#F5FFF5",
"name": "#F5FFF5",
"blackContrast": 20.51,
"whiteContrast": 1.02,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#F5FFFF",
"name": "#F5FFFF",
"blackContrast": 20.63,
"whiteContrast": 1.02,
"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-mint-cream-primary: #F5FFFA;\n--palette-mint-cream-secondary: #FFF5FA;\n--palette-mint-cream-surface: #F5FFF5;\n--palette-mint-cream-background: #F5FFFF;\n--palette-mint-cream-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/mint-cream.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/mint-cream.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/mint-cream/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/mint-cream.json"
}