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: #a6c6ed;
}
.color-2 {
color: #599bd4;
}
.color-3 {
color: #2d709f;
}
.color-4 {
color: #1f507a;
}
.color-5 {
color: #0c3b5a;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #599bd4;
--color-3: #2d709f;
--color-4: #1f507a;
--color-5: #0c3b5a;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #599bd4, #2d709f, #1f507a, #0c3b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #599bd4, #2d709f, #1f507a, #0c3b5a);
}

Shades of Blue color palette created on .