Earthy Green Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Earthy Green palette
tavolozza dei colori Earthy Green CSS
/* CSS */
.color-1 {
color: #6f9d6c;
}
.color-2 {
color: #b8d99b;
}
.color-3 {
color: #e4e1b9;
}
.color-4 {
color: #d99e8c;
}
.color-5 {
color: #a3593e;
}
/* CSS Variables */
:root {
--color-1: #6f9d6c;
--color-2: #b8d99b;
--color-3: #e4e1b9;
--color-4: #d99e8c;
--color-5: #a3593e;
}
CSS con gradiente di sfondo Earthy Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f9d6c, #b8d99b, #e4e1b9, #d99e8c, #a3593e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f9d6c, #b8d99b, #e4e1b9, #d99e8c, #a3593e);
}
Tavolozze di colori simili
Earthy Green color palette created on .