Determined Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Determined Orange palette

Share this palette to:

Determined Orange color palette CSS

/* CSS */
.color-1 {
color: #f7c94a;
}
.color-2 {
color: #f1a027;
}
.color-3 {
color: #f06b2d;
}
.color-4 {
color: #d3503c;
}
.color-5 {
color: #9c2b3a;
}

/* CSS Variables */
:root {
--color-1: #f7c94a;
--color-2: #f1a027;
--color-3: #f06b2d;
--color-4: #d3503c;
--color-5: #9c2b3a;
}

Determined Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94a, #f1a027, #f06b2d, #d3503c, #9c2b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94a, #f1a027, #f06b2d, #d3503c, #9c2b3a);
}

Determined Orange color palette created on .