Generated palette
Gold Palette
Gold Palette: #FFD700, #0026FF, #FF5900, #A6FF00. Check roles, contrast and CSS variables; open source-color links and JSON.
Gold Palette assigns primary #FFD700, secondary #0026FF, surface #FF5900, background #A6FF00, accent #000000. The set spans Yellow, Blue, Orange, and Green families with warm, cool, and neutral temperatures. Luminance runs from #000000 at 0 to #A6FF00 at 0.7963; black gives higher contrast on 3 of 5 values.
Palette Color Roles
Gold Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#FFD700Gold#0026FF#0026FF#FF5900#FF5900#A6FF00#A6FF00#000000BlackCSS Variables
--palette-gold-primary: #FFD700; --palette-gold-secondary: #0026FF; --palette-gold-surface: #FF5900; --palette-gold-background: #A6FF00; --palette-gold-accent: #000000;
Accessibility Snapshot
Compare all 5 Gold Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Gold Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Gold Palette Data (JSON)
Structured palette data for Gold 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": "#FFD700",
"name": "Gold"
},
{
"role": "secondary",
"hex": "#0026FF",
"name": "#0026FF"
},
{
"role": "surface",
"hex": "#FF5900",
"name": "#FF5900"
},
{
"role": "background",
"hex": "#A6FF00",
"name": "#A6FF00"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#FFD700",
"name": "Gold",
"blackContrast": 14.97,
"whiteContrast": 1.4,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#0026FF",
"name": "#0026FF",
"blackContrast": 2.72,
"whiteContrast": 7.71,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "surface",
"hex": "#FF5900",
"name": "#FF5900",
"blackContrast": 6.68,
"whiteContrast": 3.14,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#A6FF00",
"name": "#A6FF00",
"blackContrast": 16.93,
"whiteContrast": 1.24,
"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
[
"gold palette",
"generated palette",
"yellow palette",
"blue palette",
"orange palette",
"green palette",
"gray palette",
"vibrant palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"wellness and botanical palettes",
"calm digital interfaces"
]CSS variables
"--palette-gold-primary: #FFD700;\n--palette-gold-secondary: #0026FF;\n--palette-gold-surface: #FF5900;\n--palette-gold-background: #A6FF00;\n--palette-gold-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "gold",
"name": "Gold Palette",
"type": "generated",
"sourceColor": "gold",
"description": "Generated palette built from Gold, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Gold Palette combines primary #FFD700, secondary #0026FF, surface #FF5900, background #A6FF00, 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": [
"gold palette",
"generated palette",
"yellow palette",
"blue palette",
"orange palette",
"green palette",
"gray palette",
"vibrant palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"wellness and botanical palettes",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#FFD700",
"slug": "gold",
"name": "Gold",
"rgb": [
255,
215,
0
],
"hsl": [
51,
100,
50
],
"cmyk": [
0,
16,
100,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.6986,
"contrast": {
"black": 14.97,
"white": 1.4
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/gold/"
},
{
"role": "secondary",
"hex": "#0026FF",
"slug": null,
"name": "#0026FF",
"rgb": [
0,
38,
255
],
"hsl": [
231,
100,
50
],
"cmyk": [
100,
85,
0,
0
],
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.0861,
"contrast": {
"black": 2.72,
"white": 7.71
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": null
},
{
"role": "surface",
"hex": "#FF5900",
"slug": null,
"name": "#FF5900",
"rgb": [
255,
89,
0
],
"hsl": [
21,
100,
50
],
"cmyk": [
0,
65,
100,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.284,
"contrast": {
"black": 6.68,
"white": 3.14
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": null
},
{
"role": "background",
"hex": "#A6FF00",
"slug": null,
"name": "#A6FF00",
"rgb": [
166,
255,
0
],
"hsl": [
81,
100,
50
],
"cmyk": [
35,
0,
100,
0
],
"family": "green",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.7963,
"contrast": {
"black": 16.93,
"white": 1.24
},
"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": "#FFD700",
"name": "Gold"
},
{
"role": "secondary",
"hex": "#0026FF",
"name": "#0026FF"
},
{
"role": "surface",
"hex": "#FF5900",
"name": "#FF5900"
},
{
"role": "background",
"hex": "#A6FF00",
"name": "#A6FF00"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#FFD700",
"name": "Gold",
"blackContrast": 14.97,
"whiteContrast": 1.4,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#0026FF",
"name": "#0026FF",
"blackContrast": 2.72,
"whiteContrast": 7.71,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "surface",
"hex": "#FF5900",
"name": "#FF5900",
"blackContrast": 6.68,
"whiteContrast": 3.14,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#A6FF00",
"name": "#A6FF00",
"blackContrast": 16.93,
"whiteContrast": 1.24,
"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-gold-primary: #FFD700;\n--palette-gold-secondary: #0026FF;\n--palette-gold-surface: #FF5900;\n--palette-gold-background: #A6FF00;\n--palette-gold-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/gold.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/gold.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/gold/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/gold.json"
}