Serenity in Empowerment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Empowerment palette

Share this palette to:

Serenity in Empowerment color palette CSS

/* CSS */
.color-1 {
color: #41b991;
}
.color-2 {
color: #92d3a3;
}
.color-3 {
color: #e8deab;
}
.color-4 {
color: #ebae7f;
}
.color-5 {
color: #de675e;
}

/* CSS Variables */
:root {
--color-1: #41b991;
--color-2: #92d3a3;
--color-3: #e8deab;
--color-4: #ebae7f;
--color-5: #de675e;
}

Serenity in Empowerment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #41b991, #92d3a3, #e8deab, #ebae7f, #de675e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #41b991, #92d3a3, #e8deab, #ebae7f, #de675e);
}

Similar color palettes

Scroll down to explore 4 Green color palettes

Serenity in Empowerment color palette created on .