Pink Stella Color Palette
Discover the beautiful Pink Stella color palette featuring manhattan (#f7c6a6), wewak (#f1a7b7), deep blush (#e57b9d), cranberry (#d2518b) and hibiscus (#c22e6e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Aesthetic, Spring 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 Pink Stella palette
💻 Pink Stella color palette CSS
/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f1a7b7;
}
.color-3 {
color: #e57b9d;
}
.color-4 {
color: #d2518b;
}
.color-5 {
color: #c22e6e;
}
/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f1a7b7;
--color-3: #e57b9d;
--color-4: #d2518b;
--color-5: #c22e6e;
} 🌈 Pink Stella background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f1a7b7, #e57b9d, #d2518b, #c22e6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f1a7b7, #e57b9d, #d2518b, #c22e6e);
} 🔗 Explore similar color palettes
Pink Stella color palette created on .