Cute Gray Color Palette

Discover the beautiful Cute Gray color palette featuring gray suit (#d1cfd3), mountain mist (#a7a1aa), empress (#7e7c7d), melanie (#e6b7d5) and albescent white (#f4d5c8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Gray, Light, Soft, Spring 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 Cute Gray palette

Share this palette to:

💻 Cute Gray color palette CSS

/* CSS */
.color-1 {
color: #d1cfd3;
}
.color-2 {
color: #a7a1aa;
}
.color-3 {
color: #7e7c7d;
}
.color-4 {
color: #e6b7d5;
}
.color-5 {
color: #f4d5c8;
}

/* CSS Variables */
:root {
--color-1: #d1cfd3;
--color-2: #a7a1aa;
--color-3: #7e7c7d;
--color-4: #e6b7d5;
--color-5: #f4d5c8;
}

🌈 Cute Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1cfd3, #a7a1aa, #7e7c7d, #e6b7d5, #f4d5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1cfd3, #a7a1aa, #7e7c7d, #e6b7d5, #f4d5c8);
}

Cute Gray color palette created on .