Cashmere Dreams Color Palette

Discover the beautiful Cashmere Dreams color palette featuring cashmere (#e6bda3), cameo (#d9b292), old rose (#c69a80), sandal (#aa7d6e) and au chico (#8c5c54).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Cashmere, Cream, Earthy, Neutral, Soft, Spring, Tan, Warm 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 Cashmere Dreams palette

Share this palette to:

💻 Cashmere Dreams color palette CSS

/* CSS */
.color-1 {
color: #e6bda3;
}
.color-2 {
color: #d9b292;
}
.color-3 {
color: #c69a80;
}
.color-4 {
color: #aa7d6e;
}
.color-5 {
color: #8c5c54;
}

/* CSS Variables */
:root {
--color-1: #e6bda3;
--color-2: #d9b292;
--color-3: #c69a80;
--color-4: #aa7d6e;
--color-5: #8c5c54;
}

🌈 Cashmere Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6bda3, #d9b292, #c69a80, #aa7d6e, #8c5c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6bda3, #d9b292, #c69a80, #aa7d6e, #8c5c54);
}

Cashmere Dreams color palette created on .