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: #5858f9;
}
.color-2 {
color: #7c7cfd;
}
.color-3 {
color: #9e9eff;
}
.color-4 {
color: #d1d1ff;
}
.color-5 {
color: #f5f5ff;
}

/* CSS Variables */
:root {
--color-1: #5858f9;
--color-2: #7c7cfd;
--color-3: #9e9eff;
--color-4: #d1d1ff;
--color-5: #f5f5ff;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5858f9, #7c7cfd, #9e9eff, #d1d1ff, #f5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5858f9, #7c7cfd, #9e9eff, #d1d1ff, #f5f5ff);
}

Shades of Blue color palette created on .