Stylish Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stylish Orange palette

Share this palette to:

Stylish Orange color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e0b400;
}
.color-3 {
color: #d66b00;
}
.color-4 {
color: #9e4a00;
}
.color-5 {
color: #6b2b00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e0b400;
--color-3: #d66b00;
--color-4: #9e4a00;
--color-5: #6b2b00;
}

Stylish Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e0b400, #d66b00, #9e4a00, #6b2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e0b400, #d66b00, #9e4a00, #6b2b00);
}

Stylish Orange color palette created on .