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: #6a809a;
}
.color-2 {
color: #8eb4c2;
}
.color-3 {
color: #b3e0d9;
}
.color-4 {
color: #f4b69f;
}
.color-5 {
color: #f9a26c;
}

/* CSS Variables */
:root {
--color-1: #6a809a;
--color-2: #8eb4c2;
--color-3: #b3e0d9;
--color-4: #f4b69f;
--color-5: #f9a26c;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a809a, #8eb4c2, #b3e0d9, #f4b69f, #f9a26c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a809a, #8eb4c2, #b3e0d9, #f4b69f, #f9a26c);
}

Shades of Blue color palette created on .