Color names in this palette
CSS code for this palette
/* CSS */
.royal-star {
color: #f9e24e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.gilded-leaves {
color: #e9a03a;
}
.sunlounge {
color: #d6822e;
}
.old-guitar {
color: #b75c1f;
}
/* CSS Variables */
:root {
--royal-star:#f9e24e;
--solar-plexus-chakra:#f1c84b;
--gilded-leaves:#e9a03a;
--sunlounge:#d6822e;
--old-guitar:#b75c1f;
}