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: #1e1e76;
}
.color-2 {
color: #3c3c9a;
}
.color-3 {
color: #5f5fb4;
}
.color-4 {
color: #8e8ec2;
}
.color-5 {
color: #b3b3e0;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #3c3c9a;
--color-3: #5f5fb4;
--color-4: #8e8ec2;
--color-5: #b3b3e0;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #3c3c9a, #5f5fb4, #8e8ec2, #b3b3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #3c3c9a, #5f5fb4, #8e8ec2, #b3b3e0);
}

Shades of Blue color palette created on .