Warm Eclectic Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Eclectic Orange palette

Share this palette to:

Warm Eclectic Orange color palette CSS

/* CSS */
.color-1 {
color: #f3ab12;
}
.color-2 {
color: #ed5821;
}
.color-3 {
color: #5d3295;
}
.color-4 {
color: #2fc1a4;
}
.color-5 {
color: #c5e57b;
}

/* CSS Variables */
:root {
--color-1: #f3ab12;
--color-2: #ed5821;
--color-3: #5d3295;
--color-4: #2fc1a4;
--color-5: #c5e57b;
}

Warm Eclectic Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab12, #ed5821, #5d3295, #2fc1a4, #c5e57b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab12, #ed5821, #5d3295, #2fc1a4, #c5e57b);
}

Warm Eclectic Orange color palette created on .