Paleta de colores Shades of Red and Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Red and Green palette
CSS de la paleta de colores Shades of Red and Green
/* CSS */
.color-1 {
color: #f5b400;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #d33131;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #398e3d;
}
/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #f9e79f;
--color-3: #d33131;
--color-4: #000000;
--color-5: #398e3d;
}
CSS del degradado de fondo Shades of Red and Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #f9e79f, #d33131, #000000, #398e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #f9e79f, #d33131, #000000, #398e3d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 80+ paletas de colores Ámbar
Shades of Red and Green color palette created on .