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: #f0e5c7;
}
.color-2 {
color: #d6c8b8;
}
.color-3 {
color: #c3b1a2;
}
.color-4 {
color: #a58d91;
}
.color-5 {
color: #7d6b5e;
}

/* CSS Variables */
:root {
--color-1: #f0e5c7;
--color-2: #d6c8b8;
--color-3: #c3b1a2;
--color-4: #a58d91;
--color-5: #7d6b5e;
}

CSS con gradiente di sfondo Whispering Cookie Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5c7, #d6c8b8, #c3b1a2, #a58d91, #7d6b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5c7, #d6c8b8, #c3b1a2, #a58d91, #7d6b5e);
}

Whispering Cookie Dreams color palette created on .