Color names in this palette
CSS code for this palette
/* CSS */
.luxurious {
color: #d6b65c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.chandra-cream {
color: #eab85d;
}
.florida-sunrise {
color: #f6aa6f;
}
.golden-raspberry {
color: #f5d67a;
}
/* CSS Variables */
:root {
--luxurious:#d6b65c;
--solar-plexus-chakra:#f1c84b;
--chandra-cream:#eab85d;
--florida-sunrise:#f6aa6f;
--golden-raspberry:#f5d67a;
}