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: #e8d3b5;
}
.color-2 {
color: #d4c7af;
}
.color-3 {
color: #b9afa7;
}
.color-4 {
color: #9a8b7e;
}
.color-5 {
color: #7b5f5b;
}

/* CSS Variables */
:root {
--color-1: #e8d3b5;
--color-2: #d4c7af;
--color-3: #b9afa7;
--color-4: #9a8b7e;
--color-5: #7b5f5b;
}

CSS con gradiente di sfondo Whispering Cookie Crumbs

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d3b5, #d4c7af, #b9afa7, #9a8b7e, #7b5f5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d3b5, #d4c7af, #b9afa7, #9a8b7e, #7b5f5b);
}

Whispering Cookie Crumbs color palette created on .