Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.peach-damask {
color: #f7c5a6;
}
.pinenut {
color: #f7d7b6;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.sugar-cookie-crust {
color: #e8d0b0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--peach-damask:#f7c5a6;
--pinenut:#f7d7b6;
--bad-moon-yellow:#f2e5b5;
--sugar-cookie-crust:#e8d0b0;
}