Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.orange-grove {
color: #fbb08e;
}
.phellodendron-amurense {
color: #f3c539;
}
.whisky-sour {
color: #e8a530;
}
.peach-caramel {
color: #c3693c;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--orange-grove:#fbb08e;
--phellodendron-amurense:#f3c539;
--whisky-sour:#e8a530;
--peach-caramel:#c3693c;
}