Light Green Kitty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Green Kitty palette

Share this palette to:

Light Green Kitty color palette CSS

/* CSS */
.color-1 {
color: #a8e2a2;
}
.color-2 {
color: #d0e7d1;
}
.color-3 {
color: #f2f7e3;
}
.color-4 {
color: #ffa600;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a8e2a2;
--color-2: #d0e7d1;
--color-3: #f2f7e3;
--color-4: #ffa600;
--color-5: #ff6e61;
}

Light Green Kitty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e2a2, #d0e7d1, #f2f7e3, #ffa600, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e2a2, #d0e7d1, #f2f7e3, #ffa600, #ff6e61);
}

Light Green Kitty color palette created on .