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