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: #1a1a4c;
}
.color-2 {
color: #4b3f8d;
}
.color-3 {
color: #6b8ebd;
}
.color-4 {
color: #75c6d7;
}
.color-5 {
color: #b1e1e7;
}

/* CSS Variables */
:root {
--color-1: #1a1a4c;
--color-2: #4b3f8d;
--color-3: #6b8ebd;
--color-4: #75c6d7;
--color-5: #b1e1e7;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a4c, #4b3f8d, #6b8ebd, #75c6d7, #b1e1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a4c, #4b3f8d, #6b8ebd, #75c6d7, #b1e1e7);
}

Shades of Blue color palette created on .