Soft Glow Color Palette

Discover the beautiful Soft Glow color palette featuring mandys pink (#f5d1c7), cashmere (#e8b4a1), petite orchid (#d89f8d), antique brass (#c68a76) and muddy waters (#b47e64).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Light, Neutral, Peach, 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 Soft Glow palette

Share this palette to:

💻 Soft Glow color palette CSS

/* CSS */
.color-1 {
color: #f5d1c7;
}
.color-2 {
color: #e8b4a1;
}
.color-3 {
color: #d89f8d;
}
.color-4 {
color: #c68a76;
}
.color-5 {
color: #b47e64;
}

/* CSS Variables */
:root {
--color-1: #f5d1c7;
--color-2: #e8b4a1;
--color-3: #d89f8d;
--color-4: #c68a76;
--color-5: #b47e64;
}

🌈 Soft Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1c7, #e8b4a1, #d89f8d, #c68a76, #b47e64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1c7, #e8b4a1, #d89f8d, #c68a76, #b47e64);
}

Soft Glow color palette created on .