Lottery Old Money Color Palette

Discover the beautiful Lottery Old Money color palette featuring limed oak (#a38c4d), green smoke (#b0a56d), thistle green (#c8c59d), stark white (#e2d6bb) and pot pourri (#f1dfd5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVintage, Luxury, Earthy, Soft, Cream, Gold, Neutral, Green, Autumn, Muted 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 Lottery Old Money palette

Share this palette to:

💻 Lottery Old Money color palette CSS

/* CSS */
.color-1 {
color: #a38c4d;
}
.color-2 {
color: #b0a56d;
}
.color-3 {
color: #c8c59d;
}
.color-4 {
color: #e2d6bb;
}
.color-5 {
color: #f1dfd5;
}

/* CSS Variables */
:root {
--color-1: #a38c4d;
--color-2: #b0a56d;
--color-3: #c8c59d;
--color-4: #e2d6bb;
--color-5: #f1dfd5;
}

🌈 Lottery Old Money background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a38c4d, #b0a56d, #c8c59d, #e2d6bb, #f1dfd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a38c4d, #b0a56d, #c8c59d, #e2d6bb, #f1dfd5);
}

Lottery Old Money color palette created on .