Golden Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Cookie palette
Golden Cookie color palette PNG image
Golden Cookie color palette CSS
/* CSS */
.color-1 {
color: #d8a869;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #c9b78d;
}
.color-5 {
color: #f6b83c;
}
/* CSS Variables */
:root {
--color-1: #d8a869;
--color-2: #f1c84b;
--color-3: #f8e0a0;
--color-4: #c9b78d;
--color-5: #f6b83c;
}
Golden Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a869, #f1c84b, #f8e0a0, #c9b78d, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a869, #f1c84b, #f8e0a0, #c9b78d, #f6b83c);
}
Similar color palettes
Golden Cookie color palette created on .