Color names in this palette
CSS code for this palette
/* CSS */
.tonkatsu {
color: #efad34;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.lime-bright {
color: #f3e3af;
}
.ganon-blue {
color: #a1dff7;
}
.titanium-blue {
color: #5d7a8e;
}
/* CSS Variables */
:root {
--tonkatsu:#efad34;
--solar-plexus-chakra:#f1cb4b;
--lime-bright:#f3e3af;
--ganon-blue:#a1dff7;
--titanium-blue:#5d7a8e;
}