Fancy Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fancy Orange palette
Fancy Orange color palette CSS
/* CSS */
.color-1 {
color: #faa200;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff8e3d;
}
.color-4 {
color: #ffb54d;
}
.color-5 {
color: #ff3c2e;
}
/* CSS Variables */
:root {
--color-1: #faa200;
--color-2: #ff6e61;
--color-3: #ff8e3d;
--color-4: #ffb54d;
--color-5: #ff3c2e;
}
Fancy Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa200, #ff6e61, #ff8e3d, #ffb54d, #ff3c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa200, #ff6e61, #ff8e3d, #ffb54d, #ff3c2e);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Fancy Orange color palette created on .