Mossy Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mossy Serenity palette

Share this palette to:

Mossy Serenity color palette CSS

/* CSS */
.color-1 {
color: #5b8b6d;
}
.color-2 {
color: #a5c5a7;
}
.color-3 {
color: #d0e6d2;
}
.color-4 {
color: #f0f8e8;
}
.color-5 {
color: #b2d8b0;
}

/* CSS Variables */
:root {
--color-1: #5b8b6d;
--color-2: #a5c5a7;
--color-3: #d0e6d2;
--color-4: #f0f8e8;
--color-5: #b2d8b0;
}

Mossy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b6d, #a5c5a7, #d0e6d2, #f0f8e8, #b2d8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b6d, #a5c5a7, #d0e6d2, #f0f8e8, #b2d8b0);
}

Mossy Serenity color palette created on .