Paleta de colores Blueberry Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blueberry Delight palette

Compartir esta paleta en:

Descargar la paleta de colores Blueberry Delight (PNG)

Download blueberry delight color palette PNG image (landscape)
Download blueberry delight color palette PNG image (square)

CSS de la paleta de colores Blueberry Delight

/* CSS */
.color-1 {
color: #5b75c2;
}
.color-2 {
color: #8ca1d9;
}
.color-3 {
color: #b3c8e0;
}
.color-4 {
color: #f0d1e3;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #5b75c2;
--color-2: #8ca1d9;
--color-3: #b3c8e0;
--color-4: #f0d1e3;
--color-5: #eab8d1;
}

CSS del degradado de fondo Blueberry Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b75c2, #8ca1d9, #b3c8e0, #f0d1e3, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b75c2, #8ca1d9, #b3c8e0, #f0d1e3, #eab8d1);
}

Blueberry Delight color palette created on .