Mossy Haven Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mossy Haven palette

Share this palette to:

Mossy Haven color palette CSS

/* CSS */
.color-1 {
color: #487d2c;
}
.color-2 {
color: #6ebd4c;
}
.color-3 {
color: #8edb61;
}
.color-4 {
color: #c4d600;
}
.color-5 {
color: #798c5a;
}

/* CSS Variables */
:root {
--color-1: #487d2c;
--color-2: #6ebd4c;
--color-3: #8edb61;
--color-4: #c4d600;
--color-5: #798c5a;
}

Mossy Haven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #487d2c, #6ebd4c, #8edb61, #c4d600, #798c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #487d2c, #6ebd4c, #8edb61, #c4d600, #798c5a);
}

Mossy Haven color palette created on .