Light Green Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Light Green palette
tavolozza dei colori Light Green CSS
/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f7dc6e;
}
.color-3 {
color: #e1e278;
}
.color-4 {
color: #a4d680;
}
.color-5 {
color: #79c3b7;
}
/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f7dc6e;
--color-3: #e1e278;
--color-4: #a4d680;
--color-5: #79c3b7;
}
CSS con gradiente di sfondo Light Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f7dc6e, #e1e278, #a4d680, #79c3b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f7dc6e, #e1e278, #a4d680, #79c3b7);
}
Tavolozze di colori simili
Light Green color palette created on .