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