Orange Operation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Operation palette

Share this palette to:

Orange Operation color palette CSS

/* CSS */
.color-1 {
color: #f1b341;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #f27c21;
}
.color-4 {
color: #e3a83b;
}
.color-5 {
color: #fabe29;
}

/* CSS Variables */
:root {
--color-1: #f1b341;
--color-2: #d63f2e;
--color-3: #f27c21;
--color-4: #e3a83b;
--color-5: #fabe29;
}

Orange Operation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b341, #d63f2e, #f27c21, #e3a83b, #fabe29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b341, #d63f2e, #f27c21, #e3a83b, #fabe29);
}

Orange Operation color palette created on .