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