Soft Glow Color Palette
Discover the beautiful Soft Glow color palette featuring gold sand (#e8b78c), mandys pink (#f0c3a3), wheat (#f6d5b1), double pearl lusta (#fce5ca) and champagne (#f9e1d2).
Brightness
Saturation
Warmth
💡 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
💻 Soft Glow color palette CSS
/* CSS */
.color-1 {
color: #e8b78c;
}
.color-2 {
color: #f0c3a3;
}
.color-3 {
color: #f6d5b1;
}
.color-4 {
color: #fce5ca;
}
.color-5 {
color: #f9e1d2;
}
/* CSS Variables */
:root {
--color-1: #e8b78c;
--color-2: #f0c3a3;
--color-3: #f6d5b1;
--color-4: #fce5ca;
--color-5: #f9e1d2;
} 🌈 Soft Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b78c, #f0c3a3, #f6d5b1, #fce5ca, #f9e1d2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b78c, #f0c3a3, #f6d5b1, #fce5ca, #f9e1d2);
} 🔗 Explore similar color palettes
Soft Glow color palette created on .