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: #b3c2d1;
}
.color-2 {
color: #8ca2b1;
}
.color-3 {
color: #4b838b;
}
.color-4 {
color: #2d5252;
}
.color-5 {
color: #1a3232;
}

/* CSS Variables */
:root {
--color-1: #b3c2d1;
--color-2: #8ca2b1;
--color-3: #4b838b;
--color-4: #2d5252;
--color-5: #1a3232;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c2d1, #8ca2b1, #4b838b, #2d5252, #1a3232);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c2d1, #8ca2b1, #4b838b, #2d5252, #1a3232);
}

Shades of Blue color palette created on .