Color names in this palette
CSS code for this palette
/* CSS */
.last-sunlight {
color: #e5b738;
}
.gallstone-yellow {
color: #a4692d;
}
.rakuda-brown {
color: #bf7b4a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cheese-it-up {
color: #f7df40;
}
/* CSS Variables */
:root {
--last-sunlight:#e5b738;
--gallstone-yellow:#a4692d;
--rakuda-brown:#bf7b4a;
--solar-plexus-chakra:#f1c84b;
--cheese-it-up:#f7df40;
}