Shades of Verdun Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Verdun Green palette
Shades of Verdun Green color palette CSS
/* CSS */
.color-1 {
color: #6a7f3d;
}
.color-2 {
color: #8c9c49;
}
.color-3 {
color: #a2b75c;
}
.color-4 {
color: #b6d57c;
}
.color-5 {
color: #d0e3a6;
}
/* CSS Variables */
:root {
--color-1: #6a7f3d;
--color-2: #8c9c49;
--color-3: #a2b75c;
--color-4: #b6d57c;
--color-5: #d0e3a6;
}
Shades of Verdun Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a7f3d, #8c9c49, #a2b75c, #b6d57c, #d0e3a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a7f3d, #8c9c49, #a2b75c, #b6d57c, #d0e3a6);
}
Similar color palettes
Shades of Verdun Green color palette created on .