Shades of Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Orange palette

Share this palette to:

Shades of Orange color palette CSS

/* CSS */
.color-1 {
color: #f3c26d;
}
.color-2 {
color: #e97a3a;
}
.color-3 {
color: #d15b29;
}
.color-4 {
color: #d64d3d;
}
.color-5 {
color: #6b2d76;
}

/* CSS Variables */
:root {
--color-1: #f3c26d;
--color-2: #e97a3a;
--color-3: #d15b29;
--color-4: #d64d3d;
--color-5: #6b2d76;
}

Shades of Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c26d, #e97a3a, #d15b29, #d64d3d, #6b2d76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c26d, #e97a3a, #d15b29, #d64d3d, #6b2d76);
}

Shades of Orange color palette created on .