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: #e0c4e3;
}
.color-2 {
color: #b4a3d7;
}
.color-3 {
color: #708dc7;
}
.color-4 {
color: #3b6d9b;
}
.color-5 {
color: #1f507a;
}

/* CSS Variables */
:root {
--color-1: #e0c4e3;
--color-2: #b4a3d7;
--color-3: #708dc7;
--color-4: #3b6d9b;
--color-5: #1f507a;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c4e3, #b4a3d7, #708dc7, #3b6d9b, #1f507a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c4e3, #b4a3d7, #708dc7, #3b6d9b, #1f507a);
}

Shades of Blue color palette created on .