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