Paleta de colores Shades of Red to Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Red to Green palette
CSS de la paleta de colores Shades of Red to Green
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e36e4a;
}
.color-3 {
color: #f6a85a;
}
.color-4 {
color: #fbd274;
}
.color-5 {
color: #b4cd7a;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e36e4a;
--color-3: #f6a85a;
--color-4: #fbd274;
--color-5: #b4cd7a;
}
CSS del degradado de fondo Shades of Red to Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e36e4a, #f6a85a, #fbd274, #b4cd7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e36e4a, #f6a85a, #fbd274, #b4cd7a);
}
Paletas de colores similares
Shades of Red to Green color palette created on .