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: #f0a400;
}
.color-2 {
color: #fad000;
}
.color-3 {
color: #f6e48e;
}
.color-4 {
color: #ff7a7a;
}
.color-5 {
color: #badb57;
}
/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #fad000;
--color-3: #f6e48e;
--color-4: #ff7a7a;
--color-5: #badb57;
}
Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #fad000, #f6e48e, #ff7a7a, #badb57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #fad000, #f6e48e, #ff7a7a, #badb57);
}
Similar color palettes
- Vibrant Orange
- Sunset Serenade
- Sketchbook Sunrise
- Cotton Candy Sunset
- Sunlit Citrus Dream
- Summer Orange
- Sunset Serenade
- Orange Valencia
- Golden Blossom Symphony
- Tulip Tree Shades
- Golden Red
- Shades of Yellow
- Shades of Yellow
- Yellow Tulip Tree
- Gaby's Garden Delight
- Golden Sunrise
- Violet Cosmo
- Shades of Yellow and Purple
Sunset Serenade color palette created on .