Forest Green and Gold Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Forest Green and Gold palette
tavolozza dei colori Forest Green and Gold CSS
/* CSS */
.color-1 {
color: #1c3b2c;
}
.color-2 {
color: #4a7f2e;
}
.color-3 {
color: #a1c88d;
}
.color-4 {
color: #d9c46d;
}
.color-5 {
color: #a7692a;
}
/* CSS Variables */
:root {
--color-1: #1c3b2c;
--color-2: #4a7f2e;
--color-3: #a1c88d;
--color-4: #d9c46d;
--color-5: #a7692a;
}
CSS con gradiente di sfondo Forest Green and Gold
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b2c, #4a7f2e, #a1c88d, #d9c46d, #a7692a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b2c, #4a7f2e, #a1c88d, #d9c46d, #a7692a);
}
Tavolozze di colori simili
Forest Green and Gold color palette created on .