Soap Bath Color Palette

Discover the beautiful Soap Bath color palette featuring merino (#f4eae2), maverick (#d5c3cf), logan (#b0a5c5), mamba (#8e7d9b) and butterfly bush (#6b508b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Lavender, Light, Muted, Pink, Purple, Soft 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 Soap Bath palette

Share this palette to:

💻 Soap Bath color palette CSS

/* CSS */
.color-1 {
color: #f4eae2;
}
.color-2 {
color: #d5c3cf;
}
.color-3 {
color: #b0a5c5;
}
.color-4 {
color: #8e7d9b;
}
.color-5 {
color: #6b508b;
}

/* CSS Variables */
:root {
--color-1: #f4eae2;
--color-2: #d5c3cf;
--color-3: #b0a5c5;
--color-4: #8e7d9b;
--color-5: #6b508b;
}

🌈 Soap Bath background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4eae2, #d5c3cf, #b0a5c5, #8e7d9b, #6b508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4eae2, #d5c3cf, #b0a5c5, #8e7d9b, #6b508b);
}

Soap Bath color palette created on .