Chic Color Palette

Discover the beautiful Chic color palette featuring bison hide (#c7baae), wafer (#d7c6c1), dust storm (#e8d7ce), pot pourri (#f5e3e0) and linen (#fbe9e4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Pink, Soft, Neutral, Elegant, Light, Modern 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 Chic palette

Share this palette to:

💻 Chic color palette CSS

/* CSS */
.color-1 {
color: #c7baae;
}
.color-2 {
color: #d7c6c1;
}
.color-3 {
color: #e8d7ce;
}
.color-4 {
color: #f5e3e0;
}
.color-5 {
color: #fbe9e4;
}

/* CSS Variables */
:root {
--color-1: #c7baae;
--color-2: #d7c6c1;
--color-3: #e8d7ce;
--color-4: #f5e3e0;
--color-5: #fbe9e4;
}

🌈 Chic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7baae, #d7c6c1, #e8d7ce, #f5e3e0, #fbe9e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7baae, #d7c6c1, #e8d7ce, #f5e3e0, #fbe9e4);
}

Chic color palette created on .