Color names in this palette
CSS code for this palette
/* CSS */
.manhattan {
color: #e1b07f;
}
.cheater {
color: #f3b25e;
}
.highlighter-orange {
color: #f39639;
}
.field-poppy {
color: #d66e3d;
}
.royal-rum {
color: #a44c4d;
}
/* CSS Variables */
:root {
--manhattan:#e1b07f;
--cheater:#f3b25e;
--highlighter-orange:#f39639;
--field-poppy:#d66e3d;
--royal-rum:#a44c4d;
}