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: #e9d5c3;
}
.color-2 {
color: #d5c0ae;
}
.color-3 {
color: #b5a99b;
}
.color-4 {
color: #e3b8a1;
}
.color-5 {
color: #d5cec3;
}

/* CSS Variables */
:root {
--color-1: #e9d5c3;
--color-2: #d5c0ae;
--color-3: #b5a99b;
--color-4: #e3b8a1;
--color-5: #d5cec3;
}

CSS con gradiente di sfondo Whispering Cookie Crumbs

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d5c3, #d5c0ae, #b5a99b, #e3b8a1, #d5cec3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d5c3, #d5c0ae, #b5a99b, #e3b8a1, #d5cec3);
}

Whispering Cookie Crumbs color palette created on .