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: #d9cba1;
}
.color-3 {
color: #c7b799;
}
.color-4 {
color: #bdaa8f;
}
.color-5 {
color: #a48d79;
}

/* CSS Variables */
:root {
--color-1: #e6d7c1;
--color-2: #d9cba1;
--color-3: #c7b799;
--color-4: #bdaa8f;
--color-5: #a48d79;
}

CSS con gradiente di sfondo Whispering Cookie Crumbs

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d7c1, #d9cba1, #c7b799, #bdaa8f, #a48d79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d7c1, #d9cba1, #c7b799, #bdaa8f, #a48d79);
}

Whispering Cookie Crumbs color palette created on .