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: #b6c8d8;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #81b4c1;
}
.color-4 {
color: #4eafbc;
}
.color-5 {
color: #2f8f98;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #a5c6d5;
--color-3: #81b4c1;
--color-4: #4eafbc;
--color-5: #2f8f98;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #a5c6d5, #81b4c1, #4eafbc, #2f8f98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #a5c6d5, #81b4c1, #4eafbc, #2f8f98);
}

Shades of Blue color palette created on .