Minted Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minted Serenity palette

Share this palette to:

Minted Serenity color palette CSS

/* CSS */
.color-1 {
color: #00b84d;
}
.color-2 {
color: #3ad97f;
}
.color-3 {
color: #7ef1a1;
}
.color-4 {
color: #aef4d7;
}
.color-5 {
color: #e0fff0;
}

/* CSS Variables */
:root {
--color-1: #00b84d;
--color-2: #3ad97f;
--color-3: #7ef1a1;
--color-4: #aef4d7;
--color-5: #e0fff0;
}

Minted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b84d, #3ad97f, #7ef1a1, #aef4d7, #e0fff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b84d, #3ad97f, #7ef1a1, #aef4d7, #e0fff0);
}

Minted Serenity color palette created on .