TV Girl Color Palette
Discover the beautiful TV Girl color palette featuring pink (#ffc2cc), hot pink (#ff6bb5), persian rose (#ff1492), fresh eggplant (#8a008a) and pigment indigo (#4a0080).
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 TV Girl palette
💻 TV Girl color palette CSS
/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ff6bb5;
}
.color-3 {
color: #ff1492;
}
.color-4 {
color: #8a008a;
}
.color-5 {
color: #4a0080;
}
/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ff6bb5;
--color-3: #ff1492;
--color-4: #8a008a;
--color-5: #4a0080;
}
🌈 TV Girl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ff6bb5, #ff1492, #8a008a, #4a0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ff6bb5, #ff1492, #8a008a, #4a0080);
}
🔗 Explore similar color palettes
TV Girl color palette created on .