Shades of Green and Red Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green and Red palette
tavolozza dei colori Shades of Green and Red CSS
/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #f14b3b;
}
.color-3 {
color: #f6e1b6;
}
.color-4 {
color: #3d995c;
}
.color-5 {
color: #af2c2e;
}
/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f14b3b;
--color-3: #f6e1b6;
--color-4: #3d995c;
--color-5: #af2c2e;
}
CSS con gradiente di sfondo Shades of Green and Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f14b3b, #f6e1b6, #3d995c, #af2c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f14b3b, #f6e1b6, #3d995c, #af2c2e);
}
Tavolozze di colori simili
Shades of Green and Red color palette created on .