Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.cheddar-pink-mauve {
color: #b67caa;
}
.rhodonite {
color: #f1b6c5;
}
.eyelash-viper {
color: #f4c54e;
}
.miami-marmalade {
color: #f68d1e;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--cheddar-pink-mauve:#b67caa;
--rhodonite:#f1b6c5;
--eyelash-viper:#f4c54e;
--miami-marmalade:#f68d1e;
}