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: #1d2c6d;
}
.color-2 {
color: #3e4a8e;
}
.color-3 {
color: #697dbf;
}
.color-4 {
color: #5b9a9f;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #1d2c6d;
--color-2: #3e4a8e;
--color-3: #697dbf;
--color-4: #5b9a9f;
--color-5: #a3c7e0;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2c6d, #3e4a8e, #697dbf, #5b9a9f, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2c6d, #3e4a8e, #697dbf, #5b9a9f, #a3c7e0);
}

Shades of Blue color palette created on .