Color names in this palette
CSS code for this palette
/* CSS */
.muntok-white-pepper {
color: #d4a16e;
}
.trick-or-treat {
color: #e6b689;
}
.peach-temptation {
color: #f2c4b1;
}
.flattering-peach {
color: #f4d4b3;
}
.tangerine-bliss {
color: #d8602c;
}
/* CSS Variables */
:root {
--muntok-white-pepper:#d4a16e;
--trick-or-treat:#e6b689;
--peach-temptation:#f2c4b1;
--flattering-peach:#f4d4b3;
--tangerine-bliss:#d8602c;
}