Orange Treat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Treat palette
Orange Treat color palette CSS
/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ffa600;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ffa600;
--color-3: #ffb84d;
--color-4: #ffcc80;
--color-5: #ffe4b3;
}
Orange Treat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ffa600, #ffb84d, #ffcc80, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ffa600, #ffb84d, #ffcc80, #ffe4b3);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Orange Treat color palette created on .