Color names in this palette
CSS code for this palette
/* CSS */
.orange-quench {
color: #ffbd61;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pale-banana {
color: #f6e48e;
}
.green-trance {
color: #a2d69e;
}
.peppermint-fresh {
color: #69bf9b;
}
/* CSS Variables */
:root {
--orange-quench:#ffbd61;
--solar-plexus-chakra:#f1c84b;
--pale-banana:#f6e48e;
--green-trance:#a2d69e;
--peppermint-fresh:#69bf9b;
}