Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5c8a8a;
}
.sinbad {
color: #a7d7d3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.consumed-by-fire {
color: #f1841e;
}
.frozen-tomato {
color: #d95230;
}
/* CSS Variables */
:root {
--steel-teal:#5c8a8a;
--sinbad:#a7d7d3;
--solar-plexus-chakra:#f1c84b;
--consumed-by-fire:#f1841e;
--frozen-tomato:#d95230;
}