Whispering Cookie Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Cookie Dreams palette

Condividi questa palette a:

tavolozza dei colori Whispering Cookie Dreams CSS

/* CSS */
.color-1 {
color: #e7d7c1;
}
.color-2 {
color: #d4c5b5;
}
.color-3 {
color: #b7a99f;
}
.color-4 {
color: #a8a08f;
}
.color-5 {
color: #e5b69f;
}

/* CSS Variables */
:root {
--color-1: #e7d7c1;
--color-2: #d4c5b5;
--color-3: #b7a99f;
--color-4: #a8a08f;
--color-5: #e5b69f;
}

CSS con gradiente di sfondo Whispering Cookie Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d7c1, #d4c5b5, #b7a99f, #a8a08f, #e5b69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d7c1, #d4c5b5, #b7a99f, #a8a08f, #e5b69f);
}

Whispering Cookie Dreams color palette created on .