Lichen Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lichen Green palette
Download Lichen Green Color Palette (PNG)
Lichen Green color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e3f0e0;
}
.color-3 {
color: #b3d1cf;
}
.color-4 {
color: #f2e5d4;
}
.color-5 {
color: #c7b2b5;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e3f0e0;
--color-3: #b3d1cf;
--color-4: #f2e5d4;
--color-5: #c7b2b5;
}
Lichen Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e3f0e0, #b3d1cf, #f2e5d4, #c7b2b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e3f0e0, #b3d1cf, #f2e5d4, #c7b2b5);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Lichen Green color palette created on .