Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.sandy-brown {
color: #f1a35b;
}
.gravlax {
color: #f0854c;
}
.opulent-orange {
color: #f0693d;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--solar-plexus-chakra:#f1cb4b;
--sandy-brown:#f1a35b;
--gravlax:#f0854c;
--opulent-orange:#f0693d;
}