Verdant Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Harmony palette
Verdant Harmony color palette CSS
/* CSS */
.color-1 {
color: #3d5c2e;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f6d12c;
}
.color-4 {
color: #e36e63;
}
.color-5 {
color: #9c1c31;
}
/* CSS Variables */
:root {
--color-1: #3d5c2e;
--color-2: #a3d55d;
--color-3: #f6d12c;
--color-4: #e36e63;
--color-5: #9c1c31;
}
Verdant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5c2e, #a3d55d, #f6d12c, #e36e63, #9c1c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5c2e, #a3d55d, #f6d12c, #e36e63, #9c1c31);
}
Similar color palettes
Verdant Harmony color palette created on .