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: #58aee4;
}
.color-2 {
color: #f6c84c;
}
.color-3 {
color: #f0516c;
}
.color-4 {
color: #f3e58c;
}
.color-5 {
color: #7c4a87;
}

/* CSS Variables */
:root {
--color-1: #58aee4;
--color-2: #f6c84c;
--color-3: #f0516c;
--color-4: #f3e58c;
--color-5: #7c4a87;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #58aee4, #f6c84c, #f0516c, #f3e58c, #7c4a87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #58aee4, #f6c84c, #f0516c, #f3e58c, #7c4a87);
}

Shades of Blue color palette created on .