Paleta de colores Sunset Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Serenade palette
CSS de la paleta de colores Sunset Serenade
/* 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;
}
CSS del degradado de fondo Sunset Serenade
/* 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);
}
Paletas de colores similares
- 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
- Tropical Harmony
Sunset Serenade color palette created on .