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: #f9b248;
}
.color-2 {
color: #f5d75b;
}
.color-3 {
color: #4dc7a8;
}
.color-4 {
color: #41a3d8;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f9b248;
--color-2: #f5d75b;
--color-3: #4dc7a8;
--color-4: #41a3d8;
--color-5: #ff6e61;
}

Shades of Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b248, #f5d75b, #4dc7a8, #41a3d8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b248, #f5d75b, #4dc7a8, #41a3d8, #ff6e61);
}

Shades of Orange color palette created on .