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: #3b3e40;
}
.color-2 {
color: #6e7c7b;
}
.color-3 {
color: #a0c0c5;
}
.color-4 {
color: #d5e7e6;
}
.color-5 {
color: #f5c6b2;
}

/* CSS Variables */
:root {
--color-1: #3b3e40;
--color-2: #6e7c7b;
--color-3: #a0c0c5;
--color-4: #d5e7e6;
--color-5: #f5c6b2;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3e40, #6e7c7b, #a0c0c5, #d5e7e6, #f5c6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3e40, #6e7c7b, #a0c0c5, #d5e7e6, #f5c6b2);
}

Shades of Blue color palette created on .