Color names in this palette
CSS code for this palette
/* CSS */
.australium-gold {
color: #e6b541;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.yellow-tulip {
color: #f3d26d;
}
.buttery-croissant {
color: #f7e29c;
}
.paper-tiger {
color: #f9f3ae;
}
/* CSS Variables */
:root {
--australium-gold:#e6b541;
--solar-plexus-chakra:#f1c84b;
--yellow-tulip:#f3d26d;
--buttery-croissant:#f7e29c;
--paper-tiger:#f9f3ae;
}