Warm Shades of Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Shades of Orange palette

Share this palette to:

Download Warm Shades of Orange Color Palette (PNG)

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

Warm Shades of Orange color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #dce773;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #dce773;
--color-5: #4cae4f;
}

Warm Shades of Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #dce773, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #dce773, #4cae4f);
}

Warm Shades of Orange color palette created on .