Crt TV Abberation Color Palette
Discover the beautiful Crt TV Abberation color palette featuring charade (#2b2d3b), mulled wine (#4b4e6c), trendy pink (#8e5f95), sandy brown (#efa44d) and roman (#d8544f).
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 Crt TV Abberation palette
💻 Crt TV Abberation color palette CSS
/* CSS */
.color-1 {
color: #2b2d3b;
}
.color-2 {
color: #4b4e6c;
}
.color-3 {
color: #8e5f95;
}
.color-4 {
color: #efa44d;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #2b2d3b;
--color-2: #4b4e6c;
--color-3: #8e5f95;
--color-4: #efa44d;
--color-5: #d8544f;
} 🌈 Crt TV Abberation background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2d3b, #4b4e6c, #8e5f95, #efa44d, #d8544f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2d3b, #4b4e6c, #8e5f95, #efa44d, #d8544f);
} 🔗 Explore similar color palettes
Crt TV Abberation color palette created on .