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: #f6c84c;
}
.color-2 {
color: #f07b3d;
}
.color-3 {
color: #e95b2f;
}
.color-4 {
color: #d83b50;
}
.color-5 {
color: #aa3c6a;
}
/* CSS Variables */
:root {
--color-1: #f6c84c;
--color-2: #f07b3d;
--color-3: #e95b2f;
--color-4: #d83b50;
--color-5: #aa3c6a;
}
CSS del degradado de fondo Warm Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c84c, #f07b3d, #e95b2f, #d83b50, #aa3c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c84c, #f07b3d, #e95b2f, #d83b50, #aa3c6a);
}
Paletas de colores similares
Warm Sunset color palette created on .