Lime Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lime Shades palette
Lime Shades color palette CSS
/* CSS */
.color-1 {
color: #d3e156;
}
.color-2 {
color: #a4c76b;
}
.color-3 {
color: #8c9f5b;
}
.color-4 {
color: #6e7e3e;
}
.color-5 {
color: #4c5d27;
}
/* CSS Variables */
:root {
--color-1: #d3e156;
--color-2: #a4c76b;
--color-3: #8c9f5b;
--color-4: #6e7e3e;
--color-5: #4c5d27;
}
Lime Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e156, #a4c76b, #8c9f5b, #6e7e3e, #4c5d27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e156, #a4c76b, #8c9f5b, #6e7e3e, #4c5d27);
}
Similar color palettes
Lime Shades color palette created on .