Color names in this palette
CSS code for this palette
/* CSS */
.waimea-blue {
color: #4d9ee0;
}
.life-force {
color: #6fb9e2;
}
.fresh-blue {
color: #8dd6e2;
}
.grape-green {
color: #a8e8a1;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--waimea-blue:#4d9ee0;
--life-force:#6fb9e2;
--fresh-blue:#8dd6e2;
--grape-green:#a8e8a1;
--sunny-mood:#f7c94b;
}