Golden Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Cookie palette

Share this palette to:

Golden Cookie color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #e7a94b;
}
.color-4 {
color: #d68a3d;
}
.color-5 {
color: #c67d2f;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f1a65b;
--color-3: #e7a94b;
--color-4: #d68a3d;
--color-5: #c67d2f;
}

Golden Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f1a65b, #e7a94b, #d68a3d, #c67d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f1a65b, #e7a94b, #d68a3d, #c67d2f);
}

Golden Cookie color palette created on .