Warm Sand Color Palette

Discover the beautiful Warm Sand color palette featuring pot pourri (#f0e3d6), dust storm (#e2cfc5), rodeo dust (#c6b19f), santa fe (#a76d58) and tobacco brown (#6f4d3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Aesthetic, Warm, Earthy, Cream, Brown, Tropical, Summer, Vintage 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 Warm Sand palette

Share this palette to:

💻 Warm Sand color palette CSS

/* CSS */
.color-1 {
color: #f0e3d6;
}
.color-2 {
color: #e2cfc5;
}
.color-3 {
color: #c6b19f;
}
.color-4 {
color: #a76d58;
}
.color-5 {
color: #6f4d3e;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #e2cfc5;
--color-3: #c6b19f;
--color-4: #a76d58;
--color-5: #6f4d3e;
}

🌈 Warm Sand background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #e2cfc5, #c6b19f, #a76d58, #6f4d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #e2cfc5, #c6b19f, #a76d58, #6f4d3e);
}

Warm Sand color palette created on .