40s Sunshine Color Palette
Discover the beautiful 40s Sunshine color palette featuring driftwood (#af8344), apple blossom (#af4842), brown rust (#a85a36), go ben (#797c4a) and abbey (#4b5054).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with 40s Sunshine palette
๐ป 40s Sunshine color palette CSS
/* CSS */
.color-1 {
color: #af8344;
}
.color-2 {
color: #af4842;
}
.color-3 {
color: #a85a36;
}
.color-4 {
color: #797c4a;
}
.color-5 {
color: #4b5054;
}
/* CSS Variables */
:root {
--color-1: #af8344;
--color-2: #af4842;
--color-3: #a85a36;
--color-4: #797c4a;
--color-5: #4b5054;
} ๐ 40s Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af8344, #af4842, #a85a36, #797c4a, #4b5054);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af8344, #af4842, #a85a36, #797c4a, #4b5054);
} ๐ Explore similar color palettes
40s Sunshine color palette created on .