Red and Green YouTube Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Green YouTube palette
Red and Green YouTube color palette CSS
/* CSS */
.color-1 {
color: #ff0000;
}
.color-2 {
color: #ff4d00;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #00ff00;
}
.color-5 {
color: #0073ff;
}
/* CSS Variables */
:root {
--color-1: #ff0000;
--color-2: #ff4d00;
--color-3: #ffb700;
--color-4: #00ff00;
--color-5: #0073ff;
}
Red and Green YouTube background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0000, #ff4d00, #ffb700, #00ff00, #0073ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0000, #ff4d00, #ffb700, #00ff00, #0073ff);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Red and Green YouTube color palette created on .