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