Grassy Cat Life Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grassy Cat Life palette
Grassy Cat Life color palette PNG image
Grassy Cat Life color palette CSS
/* CSS */
.color-1 {
color: #7ebe7e;
}
.color-2 {
color: #aee3a1;
}
.color-3 {
color: #d1efc3;
}
.color-4 {
color: #f6f7a6;
}
.color-5 {
color: #ffcf70;
}
/* CSS Variables */
:root {
--color-1: #7ebe7e;
--color-2: #aee3a1;
--color-3: #d1efc3;
--color-4: #f6f7a6;
--color-5: #ffcf70;
}
Grassy Cat Life background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebe7e, #aee3a1, #d1efc3, #f6f7a6, #ffcf70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebe7e, #aee3a1, #d1efc3, #f6f7a6, #ffcf70);
}
Similar color palettes
Scroll down to explore 10+ Green color palettes
Grassy Cat Life color palette created on .