40s Sunshine Color Palette

Discover the beautiful 40s Sunshine color palette featuring driftwood (#b08345), apple blossom (#ae4742), brown rust (#a95b37), go ben (#797c4b) and abbey (#4a5054).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Burgundy, Earthy, Warm, Retro, Autumn, Muted, Rustic color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

40s Sunshine color palette created on .