Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e1a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.apricot-sorbet {
color: #e6aa60;
}
.silithus-brown {
color: #d67c61;
}
.mazzy-star {
color: #b964b5;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e1a1;
--solar-plexus-chakra:#f1c84b;
--apricot-sorbet:#e6aa60;
--silithus-brown:#d67c61;
--mazzy-star:#b964b5;
}