Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Serenade palette
Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #0404a9;
}
.color-2 {
color: #e63333;
}
.color-3 {
color: #bdffee;
}
.color-4 {
color: #ffc7db;
}
.color-5 {
color: #fff8bd;
}
/* CSS Variables */
:root {
--color-1: #0404a9;
--color-2: #e63333;
--color-3: #bdffee;
--color-4: #ffc7db;
--color-5: #fff8bd;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0404a9, #e63333, #bdffee, #ffc7db, #fff8bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0404a9, #e63333, #bdffee, #ffc7db, #fff8bd);
}
Similar color palettes
- Deep Purple Red
- Crimson Sunset
- Dark Blue
- Urban Vibe Harmony
- Vibrant Harmony
- Yellow Splash
- Sunset Serenade
- Sunset Over Ocean Waves
- Sunset Over Ocean Waves
- Dark Blue and Red
- Enchanted Whispers
- Vibrant Sunset
- Crisp Orchard Harmony
- Whispers of Spring
- Vibrant Orange Blue
- Tempting Echoes
- Electric Sunset
- Celestial Eruption
Sunset Serenade color palette created on .