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: #a6a7d9;
}
.color-2 {
color: #b3b3e6;
}
.color-3 {
color: #d1d5f0;
}
.color-4 {
color: #f3e4a0;
}
.color-5 {
color: #f1a7b8;
}

/* CSS Variables */
:root {
--color-1: #a6a7d9;
--color-2: #b3b3e6;
--color-3: #d1d5f0;
--color-4: #f3e4a0;
--color-5: #f1a7b8;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a7d9, #b3b3e6, #d1d5f0, #f3e4a0, #f1a7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a7d9, #b3b3e6, #d1d5f0, #f3e4a0, #f1a7b8);
}

Shades of Blue color palette created on .