Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.aspen-yellow {
color: #f5df9e;
}
.mustard-yellow {
color: #e6b000;
}
.hot-cinnamon {
color: #d56b1a;
}
.mirage-lake {
color: #4b918d;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--aspen-yellow:#f5df9e;
--mustard-yellow:#e6b000;
--hot-cinnamon:#d56b1a;
--mirage-lake:#4b918d;
}