TV Girl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with TV Girl palette
Color Inspiration
Images that showcase this color palette in real designs
Download TV Girl Color Palette (PNG)
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);
}
Similar color palettes
TV Girl color palette created on .