Sunlit Dunes Color Palette

Discover the beautiful Sunlit Dunes color palette featuring akaroa (#d8ccb0), janna (#f1e0c6), maize (#f4d89f), porsche (#e4aa6c) and tussock (#c37b4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Bright, Soft, Summer 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 Dunes palette

Share this palette to:

💻 Sunlit Dunes color palette CSS

/* CSS */
.color-1 {
color: #d8ccb0;
}
.color-2 {
color: #f1e0c6;
}
.color-3 {
color: #f4d89f;
}
.color-4 {
color: #e4aa6c;
}
.color-5 {
color: #c37b4b;
}

/* CSS Variables */
:root {
--color-1: #d8ccb0;
--color-2: #f1e0c6;
--color-3: #f4d89f;
--color-4: #e4aa6c;
--color-5: #c37b4b;
}

🌈 Sunlit Dunes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8ccb0, #f1e0c6, #f4d89f, #e4aa6c, #c37b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8ccb0, #f1e0c6, #f4d89f, #e4aa6c, #c37b4b);
}

Sunlit Dunes color palette created on .