Paleta de colores Celestial Blossom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Blossom palette
CSS de la paleta de colores Celestial Blossom
/* CSS */
.color-1 {
color: #f1d2d0;
}
.color-2 {
color: #f6c6b1;
}
.color-3 {
color: #f0a96a;
}
.color-4 {
color: #ef7d1f;
}
.color-5 {
color: #cf3b20;
}
/* CSS Variables */
:root {
--color-1: #f1d2d0;
--color-2: #f6c6b1;
--color-3: #f0a96a;
--color-4: #ef7d1f;
--color-5: #cf3b20;
}
CSS del degradado de fondo Celestial Blossom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d2d0, #f6c6b1, #f0a96a, #ef7d1f, #cf3b20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d2d0, #f6c6b1, #f0a96a, #ef7d1f, #cf3b20);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Estético
Celestial Blossom color palette created on .