Paleta de colores Steel Blue Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Steel Blue Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Steel Blue Serenity

/* CSS */
.color-1 {
color: #4a9bc9;
}
.color-2 {
color: #70b4d7;
}
.color-3 {
color: #9ad5e0;
}
.color-4 {
color: #f1e8b1;
}
.color-5 {
color: #f1b3a2;
}

/* CSS Variables */
:root {
--color-1: #4a9bc9;
--color-2: #70b4d7;
--color-3: #9ad5e0;
--color-4: #f1e8b1;
--color-5: #f1b3a2;
}

CSS del degradado de fondo Steel Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9bc9, #70b4d7, #9ad5e0, #f1e8b1, #f1b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9bc9, #70b4d7, #9ad5e0, #f1e8b1, #f1b3a2);
}

Steel Blue Serenity color palette created on .