Warm Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Sunset palette
Warm Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #ffbe5c;
}
.color-4 {
color: #f8e4b9;
}
.color-5 {
color: #f1c40e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a57;
--color-3: #ffbe5c;
--color-4: #f8e4b9;
--color-5: #f1c40e;
}
Warm Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a57, #ffbe5c, #f8e4b9, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a57, #ffbe5c, #f8e4b9, #f1c40e);
}
Similar color palettes
- Whimsical Tales of Two Tongues
- Sunny Orchard Harmony
- Shades of Yellow
- Vibrant Coral
- Urban Pulse
- Orange Oasis
- Sunset Ember
- Daring Elegance
- Golden Echoes of Ancient Civilizations
- Sunset Orange Bliss
- Warm Coral
- Warm Mothick
- Autumnal Ember
- Summer Yellow
- Sporty Orange
- Radical Red Sunset
- Citrus Confectionery
- Golden Oven Delights
Warm Sunset color palette created on .