Paleta de colores Celestial Blossom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Blossom palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Celestial Blossom (PNG)
CSS de la paleta de colores Celestial Blossom
/* CSS */
.color-1 {
color: #7b2a7e;
}
.color-2 {
color: #9b5e9c;
}
.color-3 {
color: #d79dbc;
}
.color-4 {
color: #f4bee7;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #7b2a7e;
--color-2: #9b5e9c;
--color-3: #d79dbc;
--color-4: #f4bee7;
--color-5: #ffffff;
}
CSS del degradado de fondo Celestial Blossom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b2a7e, #9b5e9c, #d79dbc, #f4bee7, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b2a7e, #9b5e9c, #d79dbc, #f4bee7, #ffffff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Estético
Celestial Blossom color palette created on .