Mantis Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mantis Meadow palette
Mantis Meadow color palette CSS
/* CSS */
.color-1 {
color: #74c365;
}
.color-2 {
color: #a7d39c;
}
.color-3 {
color: #d2e9b4;
}
.color-4 {
color: #f2f4a4;
}
.color-5 {
color: #f9cca9;
}
/* CSS Variables */
:root {
--color-1: #74c365;
--color-2: #a7d39c;
--color-3: #d2e9b4;
--color-4: #f2f4a4;
--color-5: #f9cca9;
}
Mantis Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74c365, #a7d39c, #d2e9b4, #f2f4a4, #f9cca9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74c365, #a7d39c, #d2e9b4, #f2f4a4, #f9cca9);
}
Similar color palettes
Mantis Meadow color palette created on .