Loading...

Shades of Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Orange palette

Share this palette to:

Download Shades of Orange Color Palette (PNG)

Download shades of orange color palette PNG image (landscape)
Download shades of orange color palette PNG image (square)

Shades of Orange color palette CSS

/* CSS */
.color-1 {
color: #e2c7a7;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f05400;
}
.color-4 {
color: #c82d3f;
}
.color-5 {
color: #7a1f6e;
}

/* CSS Variables */
:root {
--color-1: #e2c7a7;
--color-2: #f0a800;
--color-3: #f05400;
--color-4: #c82d3f;
--color-5: #7a1f6e;
}

Shades of Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c7a7, #f0a800, #f05400, #c82d3f, #7a1f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c7a7, #f0a800, #f05400, #c82d3f, #7a1f6e);
}

Shades of Orange color palette created on .