Orange Devourer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Devourer palette

Share this palette to:

Orange Devourer color palette CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f6a23c;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d34f27;
}
.color-5 {
color: #9d2a2a;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f6a23c;
--color-3: #e77e23;
--color-4: #d34f27;
--color-5: #9d2a2a;
}

Orange Devourer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f6a23c, #e77e23, #d34f27, #9d2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f6a23c, #e77e23, #d34f27, #9d2a2a);
}

Orange Devourer color palette created on .