Mischief in Greenery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mischief in Greenery palette

Share this palette to:

Mischief in Greenery color palette CSS

/* CSS */
.color-1 {
color: #3c8b5a;
}
.color-2 {
color: #69bf8e;
}
.color-3 {
color: #9fd0b4;
}
.color-4 {
color: #d2e0c7;
}
.color-5 {
color: #f5e5b2;
}

/* CSS Variables */
:root {
--color-1: #3c8b5a;
--color-2: #69bf8e;
--color-3: #9fd0b4;
--color-4: #d2e0c7;
--color-5: #f5e5b2;
}

Mischief in Greenery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8b5a, #69bf8e, #9fd0b4, #d2e0c7, #f5e5b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8b5a, #69bf8e, #9fd0b4, #d2e0c7, #f5e5b2);
}

Mischief in Greenery color palette created on .