Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7f4b8b;
}
.novel-lilac {
color: #c2a7c3;
}
.straw-hat {
color: #f0d2a8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7f4b8b;
--novel-lilac:#c2a7c3;
--straw-hat:#f0d2a8;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}