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: #6b7580;
}
.color-2 {
color: #8c9da1;
}
.color-3 {
color: #a6c1c9;
}
.color-4 {
color: #e6f3f4;
}
.color-5 {
color: #f5b2b4;
}

/* CSS Variables */
:root {
--color-1: #6b7580;
--color-2: #8c9da1;
--color-3: #a6c1c9;
--color-4: #e6f3f4;
--color-5: #f5b2b4;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7580, #8c9da1, #a6c1c9, #e6f3f4, #f5b2b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7580, #8c9da1, #a6c1c9, #e6f3f4, #f5b2b4);
}

Shades of Blue color palette created on .