Orange Construction Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Construction palette

Share this palette to:

Orange Construction color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffa600;
}
.color-3 {
color: #2e492d;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ff8c00;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffa600;
--color-3: #2e492d;
--color-4: #f0e78e;
--color-5: #ff8c00;
}

Orange Construction background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffa600, #2e492d, #f0e78e, #ff8c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffa600, #2e492d, #f0e78e, #ff8c00);
}

Orange Construction color palette created on .