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: #1f1f7a;
}
.color-2 {
color: #4f4fb5;
}
.color-3 {
color: #7b7bd1;
}
.color-4 {
color: #b3b3e6;
}
.color-5 {
color: #f5f5ff;
}

/* CSS Variables */
:root {
--color-1: #1f1f7a;
--color-2: #4f4fb5;
--color-3: #7b7bd1;
--color-4: #b3b3e6;
--color-5: #f5f5ff;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f7a, #4f4fb5, #7b7bd1, #b3b3e6, #f5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f7a, #4f4fb5, #7b7bd1, #b3b3e6, #f5f5ff);
}

Shades of Blue color palette created on .