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