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: #3b5e36;
}
.color-2 {
color: #4f7a4d;
}
.color-3 {
color: #69bf6f;
}
.color-4 {
color: #a3d68f;
}
.color-5 {
color: #e0f2c5;
}
/* CSS Variables */
:root {
--color-1: #3b5e36;
--color-2: #4f7a4d;
--color-3: #69bf6f;
--color-4: #a3d68f;
--color-5: #e0f2c5;
}
Verdant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e36, #4f7a4d, #69bf6f, #a3d68f, #e0f2c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e36, #4f7a4d, #69bf6f, #a3d68f, #e0f2c5);
}
Similar color palettes
Verdant Harmony color palette created on .