Paleta de colores Celestial Bloom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Bloom palette
CSS de la paleta de colores Celestial Bloom
/* CSS */
.color-1 {
color: #a5d3f8;
}
.color-2 {
color: #79c2f6;
}
.color-3 {
color: #53b0ea;
}
.color-4 {
color: #f2c0e9;
}
.color-5 {
color: #f9ddee;
}
/* CSS Variables */
:root {
--color-1: #a5d3f8;
--color-2: #79c2f6;
--color-3: #53b0ea;
--color-4: #f2c0e9;
--color-5: #f9ddee;
}
CSS del degradado de fondo Celestial Bloom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d3f8, #79c2f6, #53b0ea, #f2c0e9, #f9ddee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d3f8, #79c2f6, #53b0ea, #f2c0e9, #f9ddee);
}
Paletas de colores similares
Celestial Bloom color palette created on .