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