Silver Blue Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Silver Blue Serenity palette

Condividi questa palette a:

tavolozza dei colori Silver Blue Serenity CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #6c9cc1;
}
.color-3 {
color: #2f4a8e;
}
.color-4 {
color: #a6c4d9;
}
.color-5 {
color: #dfeff6;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #6c9cc1;
--color-3: #2f4a8e;
--color-4: #a6c4d9;
--color-5: #dfeff6;
}

CSS con gradiente di sfondo Silver Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #6c9cc1, #2f4a8e, #a6c4d9, #dfeff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #6c9cc1, #2f4a8e, #a6c4d9, #dfeff6);
}

Silver Blue Serenity color palette created on .