Paleta de colores Shades of Blueberry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blueberry palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blueberry

/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #7b6eb9;
}
.color-3 {
color: #9b8da0;
}
.color-4 {
color: #c6a37b;
}
.color-5 {
color: #d18f4d;
}

/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #7b6eb9;
--color-3: #9b8da0;
--color-4: #c6a37b;
--color-5: #d18f4d;
}

CSS del degradado de fondo Shades of Blueberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #7b6eb9, #9b8da0, #c6a37b, #d18f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #7b6eb9, #9b8da0, #c6a37b, #d18f4d);
}

Shades of Blueberry color palette created on .