Color names in this palette
CSS code for this palette
/* CSS */
.cold-blue {
color: #89e6d8;
}
.sweet-garden {
color: #5dd5c1;
}
.jadeite {
color: #3bbfa2;
}
.flamboyant-teal {
color: #1b988b;
}
.belly-flop {
color: #00807d;
}
/* CSS Variables */
:root {
--cold-blue:#89e6d8;
--sweet-garden:#5dd5c1;
--jadeite:#3bbfa2;
--flamboyant-teal:#1b988b;
--belly-flop:#00807d;
}