Cookie Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cookie Delight palette

Share this palette to:

Cookie Delight color palette CSS

/* CSS */
.color-1 {
color: #d8b76e;
}
.color-2 {
color: #e9b7a0;
}
.color-3 {
color: #f7e0c5;
}
.color-4 {
color: #c5a65e;
}
.color-5 {
color: #a45d37;
}

/* CSS Variables */
:root {
--color-1: #d8b76e;
--color-2: #e9b7a0;
--color-3: #f7e0c5;
--color-4: #c5a65e;
--color-5: #a45d37;
}

Cookie Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b76e, #e9b7a0, #f7e0c5, #c5a65e, #a45d37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b76e, #e9b7a0, #f7e0c5, #c5a65e, #a45d37);
}

Cookie Delight color palette created on .