Insect Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Insect Harmony palette
Insect Harmony color palette CSS
/* CSS */
.color-1 {
color: #7a993d;
}
.color-2 {
color: #b9d959;
}
.color-3 {
color: #e9f2a6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #ef7d1f;
}
/* CSS Variables */
:root {
--color-1: #7a993d;
--color-2: #b9d959;
--color-3: #e9f2a6;
--color-4: #f1c84b;
--color-5: #ef7d1f;
}
Insect Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a993d, #b9d959, #e9f2a6, #f1c84b, #ef7d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a993d, #b9d959, #e9f2a6, #f1c84b, #ef7d1f);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Insect Harmony color palette created on .