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: #ffcc00;
}
.color-2 {
color: #ff8000;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #ff1a00;
}
.color-5 {
color: #ff0080;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff8000;
--color-3: #ff4d00;
--color-4: #ff1a00;
--color-5: #ff0080;
}
CSS del degradado de fondo Orange Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff8000, #ff4d00, #ff1a00, #ff0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff8000, #ff4d00, #ff1a00, #ff0080);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40+ paletas de colores Sol
Orange Sunrise color palette created on .