Soda Sifted Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soda Sifted Serenity palette

Condividi questa palette a:

tavolozza dei colori Soda Sifted Serenity CSS

/* CSS */
.color-1 {
color: #e3e2d4;
}
.color-2 {
color: #d2b2a3;
}
.color-3 {
color: #b48d8d;
}
.color-4 {
color: #a65b3f;
}
.color-5 {
color: #f2e3b5;
}

/* CSS Variables */
:root {
--color-1: #e3e2d4;
--color-2: #d2b2a3;
--color-3: #b48d8d;
--color-4: #a65b3f;
--color-5: #f2e3b5;
}

CSS con gradiente di sfondo Soda Sifted Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e2d4, #d2b2a3, #b48d8d, #a65b3f, #f2e3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e2d4, #d2b2a3, #b48d8d, #a65b3f, #f2e3b5);
}

Soda Sifted Serenity color palette created on .