Shades of Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Orange palette
Shades of Orange color palette CSS
/* CSS */
.color-1 {
color: #8f281e;
}
.color-2 {
color: #234a86;
}
.color-3 {
color: #135828;
}
.color-4 {
color: #865932;
}
.color-5 {
color: #7b3f0f;
}
/* CSS Variables */
:root {
--color-1: #8f281e;
--color-2: #234a86;
--color-3: #135828;
--color-4: #865932;
--color-5: #7b3f0f;
}
Shades of Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f281e, #234a86, #135828, #865932, #7b3f0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f281e, #234a86, #135828, #865932, #7b3f0f);
}
Similar color palettes
- Retro Carnival Dream
- Retro Splash
- Retro Green Red Blue
- Retro Green Red Blue
- Retro Green Red Blue
- Retro Green Red Blue
- Vibrant Orange
- Sunny Reagan Dreams
- Bittersweet Sunset
- Whimsical Wings
- Dental Harmony
- Shades of Yellow and Blue
- Sunset Serenade
- Vibrant Lyrec
- Light Blue
- Shades of Pink and Green
- Blue Sadness
- Vivid Daydreams
Shades of Orange color palette created on .