Serenity in Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Green palette

Share this palette to:

Serenity in Green color palette CSS

/* CSS */
.color-1 {
color: #94e5d2;
}
.color-2 {
color: #a2e7d3;
}
.color-3 {
color: #b4e9d9;
}
.color-4 {
color: #c0f2df;
}
.color-5 {
color: #d0f6e4;
}

/* CSS Variables */
:root {
--color-1: #94e5d2;
--color-2: #a2e7d3;
--color-3: #b4e9d9;
--color-4: #c0f2df;
--color-5: #d0f6e4;
}

Serenity in Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94e5d2, #a2e7d3, #b4e9d9, #c0f2df, #d0f6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94e5d2, #a2e7d3, #b4e9d9, #c0f2df, #d0f6e4);
}

Serenity in Green color palette created on .