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: #a2a5d8;
}
.color-2 {
color: #7e88b9;
}
.color-3 {
color: #4b5c9b;
}
.color-4 {
color: #2e4a7f;
}
.color-5 {
color: #162f55;
}

/* CSS Variables */
:root {
--color-1: #a2a5d8;
--color-2: #7e88b9;
--color-3: #4b5c9b;
--color-4: #2e4a7f;
--color-5: #162f55;
}

CSS del degradado de fondo Shades of Blueberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2a5d8, #7e88b9, #4b5c9b, #2e4a7f, #162f55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2a5d8, #7e88b9, #4b5c9b, #2e4a7f, #162f55);
}

Shades of Blueberry color palette created on .