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