Cookie Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cookie Delight palette

Condividi questa palette a:

tavolozza dei colori Cookie Delight CSS

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

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

CSS con gradiente di sfondo Cookie Delight

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

Cookie Delight color palette created on .