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: #1f89e5;
}
.color-2 {
color: #4b47b3;
}
.color-3 {
color: #7c3bed;
}
.color-4 {
color: #a77ccb;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #1f89e5;
--color-2: #4b47b3;
--color-3: #7c3bed;
--color-4: #a77ccb;
--color-5: #f9b1ae;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f89e5, #4b47b3, #7c3bed, #a77ccb, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f89e5, #4b47b3, #7c3bed, #a77ccb, #f9b1ae);
}

Shades of Blue color palette created on .