Color names in this palette
CSS code for this palette
/* CSS */
.lilac-lace {
color: #c6a4d6;
}
.athena-pink {
color: #e7b1c5;
}
.orange-chalk {
color: #f9d48b;
}
.honey-carrot-cake {
color: #ff9a57;
}
.smashed-pumpkin {
color: #ff6a3d;
}
/* CSS Variables */
:root {
--lilac-lace:#c6a4d6;
--athena-pink:#e7b1c5;
--orange-chalk:#f9d48b;
--honey-carrot-cake:#ff9a57;
--smashed-pumpkin:#ff6a3d;
}