Sunlit Sands Color Palette

Discover the beautiful Sunlit Sands color palette featuring white (#ffffff), champagne (#f9e9c8), brandy (#e0c1a4), whiskey (#d2a779) and muddy waters (#b98350).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWhite, Beige, Cream, Soft, Bright, Beach, Yellow, Spring 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 Sunlit Sands palette

Share this palette to:

💻 Sunlit Sands color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f9e9c8;
}
.color-3 {
color: #e0c1a4;
}
.color-4 {
color: #d2a779;
}
.color-5 {
color: #b98350;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9e9c8;
--color-3: #e0c1a4;
--color-4: #d2a779;
--color-5: #b98350;
}

🌈 Sunlit Sands background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9e9c8, #e0c1a4, #d2a779, #b98350);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9e9c8, #e0c1a4, #d2a779, #b98350);
}

Sunlit Sands color palette created on .