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: #efe6d2;
}
.color-2 {
color: #e6b3c7;
}
.color-3 {
color: #c87ea1;
}
.color-4 {
color: #9a3c79;
}
.color-5 {
color: #7a1f4d;
}
/* CSS Variables */
:root {
--color-1: #efe6d2;
--color-2: #e6b3c7;
--color-3: #c87ea1;
--color-4: #9a3c79;
--color-5: #7a1f4d;
}
CSS del degradado de fondo Celestial Bloom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe6d2, #e6b3c7, #c87ea1, #9a3c79, #7a1f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe6d2, #e6b3c7, #c87ea1, #9a3c79, #7a1f4d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 700+ paletas de colores Estético
Celestial Bloom color palette created on .