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