Sandwing Color Palette

Discover the beautiful Sandwing color palette featuring almond (#edd2c5), cashmere (#e5bda9), petite orchid (#dca88e), whiskey (#d49677) and antique brass (#cb7e57).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Apricot, Coral, Earthy, Warm, Soft, Neutral, Vibrant, Beach 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: #edd2c5;
}
.color-2 {
color: #e5bda9;
}
.color-3 {
color: #dca88e;
}
.color-4 {
color: #d49677;
}
.color-5 {
color: #cb7e57;
}

/* CSS Variables */
:root {
--color-1: #edd2c5;
--color-2: #e5bda9;
--color-3: #dca88e;
--color-4: #d49677;
--color-5: #cb7e57;
}

🌈 Sandwing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd2c5, #e5bda9, #dca88e, #d49677, #cb7e57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd2c5, #e5bda9, #dca88e, #d49677, #cb7e57);
}

Sandwing color palette created on .