Nettle Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nettle Harmony palette
Nettle Harmony color palette CSS
/* CSS */
.color-1 {
color: #4f7d59;
}
.color-2 {
color: #9dbf8d;
}
.color-3 {
color: #d6e6b2;
}
.color-4 {
color: #f0f4d7;
}
.color-5 {
color: #d3f1c6;
}
/* CSS Variables */
:root {
--color-1: #4f7d59;
--color-2: #9dbf8d;
--color-3: #d6e6b2;
--color-4: #f0f4d7;
--color-5: #d3f1c6;
}
Nettle Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d59, #9dbf8d, #d6e6b2, #f0f4d7, #d3f1c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d59, #9dbf8d, #d6e6b2, #f0f4d7, #d3f1c6);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Nettle Harmony color palette created on .