Serenity in Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenity in Blue palette

Condividi questa palette a:

Scarica la tavolozza dei colori Serenity in Blue (PNG)

Download serenity in blue color palette PNG image (landscape)
Download serenity in blue color palette PNG image (square)

tavolozza dei colori Serenity in Blue CSS

/* CSS */
.color-1 {
color: #496dab;
}
.color-2 {
color: #5a8bbf;
}
.color-3 {
color: #6bb8d6;
}
.color-4 {
color: #96d0e4;
}
.color-5 {
color: #b1e9f1;
}

/* CSS Variables */
:root {
--color-1: #496dab;
--color-2: #5a8bbf;
--color-3: #6bb8d6;
--color-4: #96d0e4;
--color-5: #b1e9f1;
}

CSS con gradiente di sfondo Serenity in Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496dab, #5a8bbf, #6bb8d6, #96d0e4, #b1e9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496dab, #5a8bbf, #6bb8d6, #96d0e4, #b1e9f1);
}

Serenity in Blue color palette created on .