Color names in this palette
CSS code for this palette
/* CSS */
.deep-peacock-blue {
color: #009485;
}
.blue-green-gem {
color: #80cbc4;
}
.frosty-soft-blue {
color: #b3dfdc;
}
.mandarin-sorbet {
color: #ffad42;
}
.carrot {
color: #ff6e42;
}
/* CSS Variables */
:root {
--deep-peacock-blue:#009485;
--blue-green-gem:#80cbc4;
--frosty-soft-blue:#b3dfdc;
--mandarin-sorbet:#ffad42;
--carrot:#ff6e42;
}