Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-purple {
color: #592d7b;
}
.heath-spotted-orchid {
color: #995b9a;
}
.autumn-arrival {
color: #f69b6a;
}
.eyelash-viper {
color: #f4c54e;
}
.cameo-cream {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--amethyst-purple:#592d7b;
--heath-spotted-orchid:#995b9a;
--autumn-arrival:#f69b6a;
--eyelash-viper:#f4c54e;
--cameo-cream:#f4e2c3;
}