Soft Spectrum Color Palette
Discover the beautiful Soft Spectrum color palette featuring mandys pink (#f4c3c3), jagged ice (#b2e1e1), cream brulee (#ffda9e), melanie (#e2b1e0) and jungle mist (#b1d8d8).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withSoft, Light, Modern, Pastel 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 Spectrum palette
💻 Soft Spectrum color palette CSS
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #b2e1e1;
}
.color-3 {
color: #ffda9e;
}
.color-4 {
color: #e2b1e0;
}
.color-5 {
color: #b1d8d8;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #b2e1e1;
--color-3: #ffda9e;
--color-4: #e2b1e0;
--color-5: #b1d8d8;
}
🌈 Soft Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #b2e1e1, #ffda9e, #e2b1e0, #b1d8d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #b2e1e1, #ffda9e, #e2b1e0, #b1d8d8);
}
🔗 Explore similar color palettes
Soft Spectrum color palette created on .