Golden Cookie Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Cookie Dreams palette

Share this palette to:

Golden Cookie Dreams color palette CSS

/* CSS */
.color-1 {
color: #f4d65d;
}
.color-2 {
color: #f0b14c;
}
.color-3 {
color: #e8a03b;
}
.color-4 {
color: #d68229;
}
.color-5 {
color: #c86d1e;
}

/* CSS Variables */
:root {
--color-1: #f4d65d;
--color-2: #f0b14c;
--color-3: #e8a03b;
--color-4: #d68229;
--color-5: #c86d1e;
}

Golden Cookie Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d65d, #f0b14c, #e8a03b, #d68229, #c86d1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d65d, #f0b14c, #e8a03b, #d68229, #c86d1e);
}

Golden Cookie Dreams color palette created on .