Paleta de colores The Green Knight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with The Green Knight palette
CSS de la paleta de colores The Green Knight
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
The Green Knight color palette created on .