Serenity in Bloom Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenity in Bloom palette

Condividi questa palette a:

tavolozza dei colori Serenity in Bloom CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #dfe3f1;
}
.color-3 {
color: #b7c9e6;
}
.color-4 {
color: #a3b1d7;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #dfe3f1;
--color-3: #b7c9e6;
--color-4: #a3b1d7;
--color-5: #6b9cd1;
}

CSS con gradiente di sfondo Serenity in Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #dfe3f1, #b7c9e6, #a3b1d7, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #dfe3f1, #b7c9e6, #a3b1d7, #6b9cd1);
}

Serenity in Bloom color palette created on .