Spiced Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spiced Orange palette
Spiced Orange color palette CSS
/* CSS */
.color-1 {
color: #d66b24;
}
.color-2 {
color: #c66b2a;
}
.color-3 {
color: #b65f3a;
}
.color-4 {
color: #e09f3e;
}
.color-5 {
color: #e3a359;
}
/* CSS Variables */
:root {
--color-1: #d66b24;
--color-2: #c66b2a;
--color-3: #b65f3a;
--color-4: #e09f3e;
--color-5: #e3a359;
}
Spiced Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d66b24, #c66b2a, #b65f3a, #e09f3e, #e3a359);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d66b24, #c66b2a, #b65f3a, #e09f3e, #e3a359);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Spiced Orange color palette created on .