←Back to PalettesAll Palettes
Vibrant Serenity Color Palette
A lively blend of warm and cool tones, evoking feelings of joy and tranquility. The palette combines vibrant coral and soft yellow with refreshing teal and royal blue, accented by a striking magenta, creating a sense of balance and harmony.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.emerald-wave {
color: #4eb7ac;
}
.olympic-blue {
color: #4b91e2;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--emerald-wave:#4eb7ac;
--olympic-blue:#4b91e2;
--mellow-melon:#e92063;
}