Prehistoric Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Prehistoric Sunset palette
Prehistoric Sunset color palette CSS
/* CSS */
.color-1 {
color: #a4d3df;
}
.color-2 {
color: #f3b59b;
}
.color-3 {
color: #f5c25b;
}
.color-4 {
color: #f2882c;
}
.color-5 {
color: #d14c3d;
}
/* CSS Variables */
:root {
--color-1: #a4d3df;
--color-2: #f3b59b;
--color-3: #f5c25b;
--color-4: #f2882c;
--color-5: #d14c3d;
}
Prehistoric Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d3df, #f3b59b, #f5c25b, #f2882c, #d14c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d3df, #f3b59b, #f5c25b, #f2882c, #d14c3d);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Prehistoric Sunset color palette created on .