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