Serenity in Shades Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenity in Shades palette

Condividi questa palette a:

tavolozza dei colori Serenity in Shades CSS

/* CSS */
.color-1 {
color: #e1e7ef;
}
.color-2 {
color: #b5b5b5;
}
.color-3 {
color: #88abf1;
}
.color-4 {
color: #868a8d;
}
.color-5 {
color: #437aef;
}

/* CSS Variables */
:root {
--color-1: #e1e7ef;
--color-2: #b5b5b5;
--color-3: #88abf1;
--color-4: #868a8d;
--color-5: #437aef;
}

CSS con gradiente di sfondo Serenity in Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e7ef, #b5b5b5, #88abf1, #868a8d, #437aef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e7ef, #b5b5b5, #88abf1, #868a8d, #437aef);
}

Tavolozze di colori simili

Serenity in Shades color palette created on .