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