TV Girl Color Palette
Discover the beautiful TV Girl color palette featuring illusion (#f6a7bf), sandwisp (#f3e7a5), periwinkle gray (#c3d6e9), aluminium (#a2a6b3) and kimberly (#7076a4).
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: #f6a7bf;
 }
.color-2 {
  color: #f3e7a5;
 }
.color-3 {
  color: #c3d6e9;
 }
.color-4 {
  color: #a2a6b3;
 }
.color-5 {
  color: #7076a4;
 }
/* CSS Variables */
:root {
  --color-1: #f6a7bf;
  --color-2: #f3e7a5;
  --color-3: #c3d6e9;
  --color-4: #a2a6b3;
  --color-5: #7076a4;
 } 🌈 TV Girl background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #f6a7bf, #f3e7a5, #c3d6e9, #a2a6b3, #7076a4);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #f6a7bf, #f3e7a5, #c3d6e9, #a2a6b3, #7076a4);
 } 🔗 Explore similar color palettes
TV Girl color palette created on .