Paleta de colores Ethereal Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Sunrise palette
CSS de la paleta de colores Ethereal Sunrise
/* CSS */
.color-1 {
color: #f1e5c6;
}
.color-2 {
color: #f7d0a1;
}
.color-3 {
color: #f5b14d;
}
.color-4 {
color: #e8a03b;
}
.color-5 {
color: #df683a;
}
/* CSS Variables */
:root {
--color-1: #f1e5c6;
--color-2: #f7d0a1;
--color-3: #f5b14d;
--color-4: #e8a03b;
--color-5: #df683a;
}
CSS del degradado de fondo Ethereal Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e5c6, #f7d0a1, #f5b14d, #e8a03b, #df683a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e5c6, #f7d0a1, #f5b14d, #e8a03b, #df683a);
}
Paletas de colores similares
Ethereal Sunrise color palette created on .