Sunset Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Ember palette
Sunset Ember color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #c74c00;
}
.color-5 {
color: #8a3e00;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #c74c00;
--color-5: #8a3e00;
}
Sunset Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff6e00, #ff3c00, #c74c00, #8a3e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff6e00, #ff3c00, #c74c00, #8a3e00);
}
Similar color palettes
- Fiery Spirit
- Fortune's Blossom
- Celestial Blossom
- Tow Truck Tango
- Towtruck Triumph
- Retro Neon Vibes
- Bittersweet Orange
- Bittersweet Orange
- Vivid Tangerine Breeze
- Poppy Sunshine
- Nadia's Sunset Symphony
- Orange Sunset
- Burnt Orange
- Dolce Vita Vibes
- Orange Iblis
- Vibrant Citrus Symphony
- Celestial Harmony
- Treasure in the Shadows
Sunset Ember color palette created on .