Sandwing Color Palette

Discover the beautiful Sandwing color palette featuring anzac (#e2b24b), di serria (#d89b4b), tussock (#c57d49), apple blossom (#a84a3e) and nutmeg (#792d2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Yellow, Brown, Orange, Earthy, Warm, Summer, Desert, Bright 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 Sandwing palette

Share this palette to:

💻 Sandwing color palette CSS

/* CSS */
.color-1 {
color: #e2b24b;
}
.color-2 {
color: #d89b4b;
}
.color-3 {
color: #c57d49;
}
.color-4 {
color: #a84a3e;
}
.color-5 {
color: #792d2a;
}

/* CSS Variables */
:root {
--color-1: #e2b24b;
--color-2: #d89b4b;
--color-3: #c57d49;
--color-4: #a84a3e;
--color-5: #792d2a;
}

🌈 Sandwing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b24b, #d89b4b, #c57d49, #a84a3e, #792d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b24b, #d89b4b, #c57d49, #a84a3e, #792d2a);
}

Sandwing color palette created on .