Soft Starz Color Palette
Discover the beautiful Soft Starz color palette featuring pink (#ffc2cc), cotton candy (#ffb3d9), carnation pink (#ff99cc), hot pink (#ff66b3) and wild strawberry (#ff3385).
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 Starz palette
💻 Soft Starz color palette CSS
/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ff99cc;
}
.color-4 {
color: #ff66b3;
}
.color-5 {
color: #ff3385;
}
/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ffb3d9;
--color-3: #ff99cc;
--color-4: #ff66b3;
--color-5: #ff3385;
} 🌈 Soft Starz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ffb3d9, #ff99cc, #ff66b3, #ff3385);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ffb3d9, #ff99cc, #ff66b3, #ff3385);
} 🔗 Explore similar color palettes
Soft Starz color palette created on .