Light Gold and Dark Green Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Light Gold and Dark Green palette
tavolozza dei colori Light Gold and Dark Green CSS
/* CSS */
.color-1 {
color: #fdf8e2;
}
.color-2 {
color: #e3cca1;
}
.color-3 {
color: #a1ceaa;
}
.color-4 {
color: #4c8b3c;
}
.color-5 {
color: #1c3b25;
}
/* CSS Variables */
:root {
--color-1: #fdf8e2;
--color-2: #e3cca1;
--color-3: #a1ceaa;
--color-4: #4c8b3c;
--color-5: #1c3b25;
}
CSS con gradiente di sfondo Light Gold and Dark Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf8e2, #e3cca1, #a1ceaa, #4c8b3c, #1c3b25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf8e2, #e3cca1, #a1ceaa, #4c8b3c, #1c3b25);
}
Tavolozze di colori simili
Light Gold and Dark Green color palette created on .