Steel Blue Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Steel Blue Serenity palette

Condividi questa palette a:

tavolozza dei colori Steel Blue Serenity CSS

/* CSS */
.color-1 {
color: #4682b4;
}
.color-2 {
color: #4a9ecf;
}
.color-3 {
color: #6ac6e2;
}
.color-4 {
color: #a1e1f2;
}
.color-5 {
color: #f0f7f9;
}

/* CSS Variables */
:root {
--color-1: #4682b4;
--color-2: #4a9ecf;
--color-3: #6ac6e2;
--color-4: #a1e1f2;
--color-5: #f0f7f9;
}

CSS con gradiente di sfondo Steel Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4682b4, #4a9ecf, #6ac6e2, #a1e1f2, #f0f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4682b4, #4a9ecf, #6ac6e2, #a1e1f2, #f0f7f9);
}

Steel Blue Serenity color palette created on .