Paleta de colores Shades of Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue

/* CSS */
.color-1 {
color: #121c4f;
}
.color-2 {
color: #2c4a87;
}
.color-3 {
color: #6ca3c1;
}
.color-4 {
color: #d57c89;
}
.color-5 {
color: #f4a662;
}

/* CSS Variables */
:root {
--color-1: #121c4f;
--color-2: #2c4a87;
--color-3: #6ca3c1;
--color-4: #d57c89;
--color-5: #f4a662;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121c4f, #2c4a87, #6ca3c1, #d57c89, #f4a662);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121c4f, #2c4a87, #6ca3c1, #d57c89, #f4a662);
}

Shades of Blue color palette created on .