Paleta de colores Bluebell Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bluebell Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Bluebell Breeze

/* CSS */
.color-1 {
color: #6b9cd1;
}
.color-2 {
color: #89c5e1;
}
.color-3 {
color: #a3e1e6;
}
.color-4 {
color: #f2d4a6;
}
.color-5 {
color: #f9b4b4;
}

/* CSS Variables */
:root {
--color-1: #6b9cd1;
--color-2: #89c5e1;
--color-3: #a3e1e6;
--color-4: #f2d4a6;
--color-5: #f9b4b4;
}

CSS del degradado de fondo Bluebell Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cd1, #89c5e1, #a3e1e6, #f2d4a6, #f9b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cd1, #89c5e1, #a3e1e6, #f2d4a6, #f9b4b4);
}

Bluebell Breeze color palette created on .