Paleta de colores Ethereal Sunset Symphony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Sunset Symphony palette
CSS de la paleta de colores Ethereal Sunset Symphony
/* CSS */
.color-1 {
color: #f8fafc;
}
.color-2 {
color: #ac97bf;
}
.color-3 {
color: #01aafe;
}
.color-4 {
color: #f74040;
}
.color-5 {
color: #8e3335;
}
/* CSS Variables */
:root {
--color-1: #f8fafc;
--color-2: #ac97bf;
--color-3: #01aafe;
--color-4: #f74040;
--color-5: #8e3335;
}
CSS del degradado de fondo Ethereal Sunset Symphony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fafc, #ac97bf, #01aafe, #f74040, #8e3335);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fafc, #ac97bf, #01aafe, #f74040, #8e3335);
}
Paletas de colores similares
Ethereal Sunset Symphony color palette created on .