Soft Pastels Color Palette

Discover the beautiful Soft Pastels color palette featuring white (#ffffff), cotton candy (#ffb3e5), buttermilk (#fff6b3), sundown (#ffb3b3) and frosted mint (#ccfff6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Light, Pink, Red, Soft, Spring, Yellow 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 Soft Pastels palette

Share this palette to:

💻 Soft Pastels color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffb3e5;
}
.color-3 {
color: #fff6b3;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ccfff6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffb3e5;
--color-3: #fff6b3;
--color-4: #ffb3b3;
--color-5: #ccfff6;
}

🌈 Soft Pastels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffb3e5, #fff6b3, #ffb3b3, #ccfff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffb3e5, #fff6b3, #ffb3b3, #ccfff6);
}

Soft Pastels color palette created on .