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: #a2d6e6;
}
.color-2 {
color: #7cb8d0;
}
.color-3 {
color: #54a4b6;
}
.color-4 {
color: #2b8b97;
}
.color-5 {
color: #1f6c7f;
}

/* CSS Variables */
:root {
--color-1: #a2d6e6;
--color-2: #7cb8d0;
--color-3: #54a4b6;
--color-4: #2b8b97;
--color-5: #1f6c7f;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d6e6, #7cb8d0, #54a4b6, #2b8b97, #1f6c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d6e6, #7cb8d0, #54a4b6, #2b8b97, #1f6c7f);
}

Shades of Blue color palette created on .