Red and Green Harmony Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red and Green Harmony palette
tavolozza dei colori Red and Green Harmony CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Red and Green Harmony color palette created on .