Color names in this palette
CSS code for this palette
/* CSS */
.bali-bliss {
color: #5b9f9f;
}
.fresh-soft-blue {
color: #6cb7b7;
}
.fling-green {
color: #8dd3d3;
}
.boxwood-yellow {
color: #f0e4a8;
}
.copper-river {
color: #f6a26a;
}
/* CSS Variables */
:root {
--bali-bliss:#5b9f9f;
--fresh-soft-blue:#6cb7b7;
--fling-green:#8dd3d3;
--boxwood-yellow:#f0e4a8;
--copper-river:#f6a26a;
}