Orange Sporty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Sporty palette

Share this palette to:

Orange Sporty color palette CSS

/* 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;
}

Orange Sporty background gradient CSS

/* 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);
}

Orange Sporty color palette created on .