Whispering Cookie Crumbs Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Cookie Crumbs palette

Condividi questa palette a:

tavolozza dei colori Whispering Cookie Crumbs CSS

/* CSS */
.color-1 {
color: #e6d7c1;
}
.color-2 {
color: #d2c6b6;
}
.color-3 {
color: #c6b29f;
}
.color-4 {
color: #d5b59f;
}
.color-5 {
color: #ead0c3;
}

/* CSS Variables */
:root {
--color-1: #e6d7c1;
--color-2: #d2c6b6;
--color-3: #c6b29f;
--color-4: #d5b59f;
--color-5: #ead0c3;
}

CSS con gradiente di sfondo Whispering Cookie Crumbs

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d7c1, #d2c6b6, #c6b29f, #d5b59f, #ead0c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d7c1, #d2c6b6, #c6b29f, #d5b59f, #ead0c3);
}

Whispering Cookie Crumbs color palette created on .