Paleta de colores Bluebell Bloom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bluebell Bloom palette
CSS de la paleta de colores Bluebell Bloom
/* CSS */
.color-1 {
color: #6b9cd1;
}
.color-2 {
color: #85b3e5;
}
.color-3 {
color: #a1d6ed;
}
.color-4 {
color: #f0c1df;
}
.color-5 {
color: #f7a6c2;
}
/* CSS Variables */
:root {
--color-1: #6b9cd1;
--color-2: #85b3e5;
--color-3: #a1d6ed;
--color-4: #f0c1df;
--color-5: #f7a6c2;
}
CSS del degradado de fondo Bluebell Bloom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cd1, #85b3e5, #a1d6ed, #f0c1df, #f7a6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cd1, #85b3e5, #a1d6ed, #f0c1df, #f7a6c2);
}
Paletas de colores similares
Bluebell Bloom color palette created on .