Paleta de colores Red Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red Green palette
CSS de la paleta de colores Red Green
/* CSS */
.color-1 {
color: #9b1c1c;
}
.color-2 {
color: #6e9c6d;
}
.color-3 {
color: #4c765e;
}
.color-4 {
color: #c2d7c1;
}
.color-5 {
color: #f2a6a6;
}
/* CSS Variables */
:root {
--color-1: #9b1c1c;
--color-2: #6e9c6d;
--color-3: #4c765e;
--color-4: #c2d7c1;
--color-5: #f2a6a6;
}
CSS del degradado de fondo Red Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b1c1c, #6e9c6d, #4c765e, #c2d7c1, #f2a6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b1c1c, #6e9c6d, #4c765e, #c2d7c1, #f2a6a6);
}
Paletas de colores similares
Red Green color palette created on .