Whispering Ceramics Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Ceramics palette

Condividi questa palette a:

tavolozza dei colori Whispering Ceramics CSS

/* CSS */
.color-1 {
color: #f2e2d4;
}
.color-2 {
color: #d9b2a1;
}
.color-3 {
color: #c79e8a;
}
.color-4 {
color: #bbaf8b;
}
.color-5 {
color: #a28c7c;
}

/* CSS Variables */
:root {
--color-1: #f2e2d4;
--color-2: #d9b2a1;
--color-3: #c79e8a;
--color-4: #bbaf8b;
--color-5: #a28c7c;
}

CSS con gradiente di sfondo Whispering Ceramics

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2d4, #d9b2a1, #c79e8a, #bbaf8b, #a28c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2d4, #d9b2a1, #c79e8a, #bbaf8b, #a28c7c);
}

Whispering Ceramics color palette created on .