Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e1a8c8;
}
.bleached-sunflower {
color: #f9e8a4;
}
.yellow-currant {
color: #f5c76b;
}
.clover-mist {
color: #6ebf85;
}
.fine-purple {
color: #605091;
}
/* CSS Variables */
:root {
--partytime:#e1a8c8;
--bleached-sunflower:#f9e8a4;
--yellow-currant:#f5c76b;
--clover-mist:#6ebf85;
--fine-purple:#605091;
}