Paleta de colores Red and Green YouTube
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red and Green YouTube palette
CSS de la paleta de colores Red and Green YouTube
/* 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;
}
CSS del degradado de fondo Red and Green YouTube
/* 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Red and Green YouTube color palette created on .