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