Color names in this palette
CSS code for this palette
/* CSS */
.sinkhole {
color: #4b6f72;
}
.eyefull {
color: #8fb7b7;
}
.y-sh-b-i-white {
color: #c1e2df;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.debrito {
color: #f27640;
}
/* CSS Variables */
:root {
--sinkhole:#4b6f72;
--eyefull:#8fb7b7;
--y-sh-b-i-white:#c1e2df;
--solar-plexus-chakra:#f1c84b;
--debrito:#f27640;
}