Color names in this palette
CSS code for this palette
/* CSS */
.tuscan {
color: #f9d6a9;
}
.market-melon {
color: #f9b376;
}
.holland-tulip {
color: #f99b4e;
}
.iceland-poppy {
color: #f67a2c;
}
.tiger-lily {
color: #e0543e;
}
/* CSS Variables */
:root {
--tuscan:#f9d6a9;
--market-melon:#f9b376;
--holland-tulip:#f99b4e;
--iceland-poppy:#f67a2c;
--tiger-lily:#e0543e;
}