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: #a3b6c8;
}
.color-2 {
color: #b6d0d8;
}
.color-3 {
color: #d3e9e9;
}
.color-4 {
color: #f1f8f8;
}
.color-5 {
color: #f9f0e7;
}

/* CSS Variables */
:root {
--color-1: #a3b6c8;
--color-2: #b6d0d8;
--color-3: #d3e9e9;
--color-4: #f1f8f8;
--color-5: #f9f0e7;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b6c8, #b6d0d8, #d3e9e9, #f1f8f8, #f9f0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b6c8, #b6d0d8, #d3e9e9, #f1f8f8, #f9f0e7);
}

Shades of Blue color palette created on .