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