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: #dfe3e7;
}
.color-2 {
color: #b7c9cc;
}
.color-3 {
color: #8ea9b4;
}
.color-4 {
color: #4c757b;
}
.color-5 {
color: #2d4c4e;
}

/* CSS Variables */
:root {
--color-1: #dfe3e7;
--color-2: #b7c9cc;
--color-3: #8ea9b4;
--color-4: #4c757b;
--color-5: #2d4c4e;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe3e7, #b7c9cc, #8ea9b4, #4c757b, #2d4c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe3e7, #b7c9cc, #8ea9b4, #4c757b, #2d4c4e);
}

Shades of Blue color palette created on .