Orange Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Shades palette

Share this palette to:

Orange Shades color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f09c00;
}
.color-3 {
color: #e68a00;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #c76a00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f09c00;
--color-3: #e68a00;
--color-4: #d67900;
--color-5: #c76a00;
}

Orange Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f09c00, #e68a00, #d67900, #c76a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f09c00, #e68a00, #d67900, #c76a00);
}

Orange Shades color palette created on .