Color names in this palette
CSS code for this palette
/* CSS */
.supermint {
color: #00948d;
}
.billiard {
color: #00b39e;
}
.blue-martina {
color: #1dd7c2;
}
.rapeseed-blossom {
color: #f9f048;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--supermint:#00948d;
--billiard:#00b39e;
--blue-martina:#1dd7c2;
--rapeseed-blossom:#f9f048;
--shocking-orange:#ff6d1f;
}