Eternal Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eternal Sunset palette
Eternal Sunset color palette CSS
/* CSS */
.color-1 {
color: #f6d841;
}
.color-2 {
color: #f5b2e1;
}
.color-3 {
color: #f57a91;
}
.color-4 {
color: #e67070;
}
.color-5 {
color: #c94a4c;
}
/* CSS Variables */
:root {
--color-1: #f6d841;
--color-2: #f5b2e1;
--color-3: #f57a91;
--color-4: #e67070;
--color-5: #c94a4c;
}
Eternal Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d841, #f5b2e1, #f57a91, #e67070, #c94a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d841, #f5b2e1, #f57a91, #e67070, #c94a4c);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Eternal Sunset color palette created on .