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: #475ca9;
}
.color-2 {
color: #789dc4;
}
.color-3 {
color: #f8a5c8;
}
.color-4 {
color: #ffbb4d;
}
.color-5 {
color: #e85d3b;
}

/* CSS Variables */
:root {
--color-1: #475ca9;
--color-2: #789dc4;
--color-3: #f8a5c8;
--color-4: #ffbb4d;
--color-5: #e85d3b;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #475ca9, #789dc4, #f8a5c8, #ffbb4d, #e85d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #475ca9, #789dc4, #f8a5c8, #ffbb4d, #e85d3b);
}

Shades of Blue color palette created on .