40s Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 40s Sunshine palette
Color Inspiration
Images that showcase this color palette in real designs
Download 40s Sunshine Color Palette (PNG)
40s Sunshine color palette CSS
/* CSS */
.color-1 {
color: #b08345;
}
.color-2 {
color: #ae4742;
}
.color-3 {
color: #a95b37;
}
.color-4 {
color: #797c4b;
}
.color-5 {
color: #4a5054;
}
/* CSS Variables */
:root {
--color-1: #b08345;
--color-2: #ae4742;
--color-3: #a95b37;
--color-4: #797c4b;
--color-5: #4a5054;
}
40s Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b08345, #ae4742, #a95b37, #797c4b, #4a5054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b08345, #ae4742, #a95b37, #797c4b, #4a5054);
}
Similar color palettes
40s Sunshine color palette created on .