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: #c7dde5;
}
.color-2 {
color: #a5c2d5;
}
.color-3 {
color: #81a5b6;
}
.color-4 {
color: #598aa6;
}
.color-5 {
color: #2f7c93;
}

/* CSS Variables */
:root {
--color-1: #c7dde5;
--color-2: #a5c2d5;
--color-3: #81a5b6;
--color-4: #598aa6;
--color-5: #2f7c93;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7dde5, #a5c2d5, #81a5b6, #598aa6, #2f7c93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7dde5, #a5c2d5, #81a5b6, #598aa6, #2f7c93);
}

Shades of Blue color palette created on .