Paleta de colores Steel Blue Contrast

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Steel Blue Contrast palette

Compartir esta paleta en:

CSS de la paleta de colores Steel Blue Contrast

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #6ab9f0;
}
.color-3 {
color: #a1dff7;
}
.color-4 {
color: #f3f4f7;
}
.color-5 {
color: #f5b042;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #6ab9f0;
--color-3: #a1dff7;
--color-4: #f3f4f7;
--color-5: #f5b042;
}

CSS del degradado de fondo Steel Blue Contrast

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #6ab9f0, #a1dff7, #f3f4f7, #f5b042);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #6ab9f0, #a1dff7, #f3f4f7, #f5b042);
}

Steel Blue Contrast color palette created on .