Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.hot-calypso {
color: #f78c7e;
}
.camellia {
color: #f76959;
}
.orange-soda {
color: #f7573b;
}
.reddish-orange {
color: #f7481d;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--hot-calypso:#f78c7e;
--camellia:#f76959;
--orange-soda:#f7573b;
--reddish-orange:#f7481d;
}