Pastel Comfort Color Palette

Discover the beautiful Pastel Comfort color palette featuring illusion (#f2a6c4), spicy mix (#8d5a4e), rose fog (#e3c6b0), mandys pink (#f4d1c3) and millbrook (#5a3930).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Feminine, Light, Neutral, Pastel, Pink, Skin, Soft, 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 Pastel Comfort palette

Share this palette to:

💻 Pastel Comfort color palette CSS

/* CSS */
.color-1 {
color: #f2a6c4;
}
.color-2 {
color: #8d5a4e;
}
.color-3 {
color: #e3c6b0;
}
.color-4 {
color: #f4d1c3;
}
.color-5 {
color: #5a3930;
}

/* CSS Variables */
:root {
--color-1: #f2a6c4;
--color-2: #8d5a4e;
--color-3: #e3c6b0;
--color-4: #f4d1c3;
--color-5: #5a3930;
}

🌈 Pastel Comfort background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c4, #8d5a4e, #e3c6b0, #f4d1c3, #5a3930);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c4, #8d5a4e, #e3c6b0, #f4d1c3, #5a3930);
}

Pastel Comfort color palette created on .