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: #b6c8e2;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #f3df5e;
}
.color-4 {
color: #7ed3c3;
}
.color-5 {
color: #6e6ebf;
}

/* CSS Variables */
:root {
--color-1: #b6c8e2;
--color-2: #f1a7b8;
--color-3: #f3df5e;
--color-4: #7ed3c3;
--color-5: #6e6ebf;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8e2, #f1a7b8, #f3df5e, #7ed3c3, #6e6ebf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8e2, #f1a7b8, #f3df5e, #7ed3c3, #6e6ebf);
}

Shades of Blue color palette created on .