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