Crt TV Abberation Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crt TV Abberation palette
Crt TV Abberation color palette PNG image
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);
}
Similar color palettes
Crt TV Abberation color palette created on .