Determined Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Determined Orange palette
Determined Orange color palette CSS
/* CSS */
.color-1 {
color: #f9a94e;
}
.color-2 {
color: #f1a03b;
}
.color-3 {
color: #e5a32a;
}
.color-4 {
color: #d56e2a;
}
.color-5 {
color: #c84a2d;
}
/* CSS Variables */
:root {
--color-1: #f9a94e;
--color-2: #f1a03b;
--color-3: #e5a32a;
--color-4: #d56e2a;
--color-5: #c84a2d;
}
Determined Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a94e, #f1a03b, #e5a32a, #d56e2a, #c84a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a94e, #f1a03b, #e5a32a, #d56e2a, #c84a2d);
}
Similar color palettes
Determined Orange color palette created on .