Serenity in Empowerment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity in Empowerment palette
Serenity in Empowerment color palette CSS
/* CSS */
.color-1 {
color: #4abf8c;
}
.color-2 {
color: #a1d9a5;
}
.color-3 {
color: #f2e8b1;
}
.color-4 {
color: #f5b47a;
}
.color-5 {
color: #e66a5c;
}
/* CSS Variables */
:root {
--color-1: #4abf8c;
--color-2: #a1d9a5;
--color-3: #f2e8b1;
--color-4: #f5b47a;
--color-5: #e66a5c;
}
Serenity in Empowerment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4abf8c, #a1d9a5, #f2e8b1, #f5b47a, #e66a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4abf8c, #a1d9a5, #f2e8b1, #f5b47a, #e66a5c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Serenity in Empowerment color palette created on .