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: #8ea9cc;
}
.color-2 {
color: #a4b7d0;
}
.color-3 {
color: #b8c6e0;
}
.color-4 {
color: #d8e5f3;
}
.color-5 {
color: #f0f7ff;
}

/* CSS Variables */
:root {
--color-1: #8ea9cc;
--color-2: #a4b7d0;
--color-3: #b8c6e0;
--color-4: #d8e5f3;
--color-5: #f0f7ff;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ea9cc, #a4b7d0, #b8c6e0, #d8e5f3, #f0f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ea9cc, #a4b7d0, #b8c6e0, #d8e5f3, #f0f7ff);
}

Shades of Blue color palette created on .