Retro Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Sunset palette
Retro Sunset color palette PNG image
Retro Sunset color palette CSS
/* CSS */
.color-1 {
color: #e63746;
}
.color-2 {
color: #f2faef;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f57e00;
}
.color-5 {
color: #a8653e;
}
/* CSS Variables */
:root {
--color-1: #e63746;
--color-2: #f2faef;
--color-3: #f1c40e;
--color-4: #f57e00;
--color-5: #a8653e;
}
Retro Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e63746, #f2faef, #f1c40e, #f57e00, #a8653e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e63746, #f2faef, #f1c40e, #f57e00, #a8653e);
}
Similar color palettes
Retro Sunset color palette created on .