Paleta de colores Warm Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Sunset palette
CSS de la paleta de colores Warm Sunset
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e42;
}
.color-3 {
color: #8d6f62;
}
.color-4 {
color: #b59edb;
}
.color-5 {
color: #50c2f7;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e42;
--color-3: #8d6f62;
--color-4: #b59edb;
--color-5: #50c2f7;
}
CSS del degradado de fondo Warm Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e42, #8d6f62, #b59edb, #50c2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e42, #8d6f62, #b59edb, #50c2f7);
}
Paletas de colores similares
Warm Sunset color palette created on .