Paleta de colores Golden Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Sunrise palette
CSS de la paleta de colores Golden Sunrise
/* CSS */
.color-1 {
color: #f9df4e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f09800;
}
.color-4 {
color: #d95b1c;
}
.color-5 {
color: #b34d3d;
}
/* CSS Variables */
:root {
--color-1: #f9df4e;
--color-2: #f5a524;
--color-3: #f09800;
--color-4: #d95b1c;
--color-5: #b34d3d;
}
CSS del degradado de fondo Golden Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9df4e, #f5a524, #f09800, #d95b1c, #b34d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9df4e, #f5a524, #f09800, #d95b1c, #b34d3d);
}
Paletas de colores similares
- Red Sunset
- Warm Brooklynn
- Sunny Floral Burst
- Bright Yellow
- Rhythm of Hues
- Shades of Pink
- Shades of Green
- Frank's Vibrant Journey
- Shades of Green and Blue
- Golden Sunrise Serenade
- Sunlit Harmony
- Vibrant Red Blue Purple
- Coral Tarty
- Golden Sunset Serenade
- Sunny Coast Vibes
- Sunset Serenade
- California Sunset
- Golden Blossoms
Golden Sunrise color palette created on .