Color names in this palette
CSS code for this palette
/* CSS */
.android-green {
color: #9fc63f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.question-mark-block {
color: #f2984a;
}
.khmer-curry {
color: #eb5656;
}
.lavender {
color: #bc6dd9;
}
/* CSS Variables */
:root {
--android-green:#9fc63f;
--solar-plexus-chakra:#f1c84b;
--question-mark-block:#f2984a;
--khmer-curry:#eb5656;
--lavender:#bc6dd9;
}