Color names in this palette
CSS code for this palette
/* CSS */
.rapunzel {
color: #f6d87e;
}
.maple-beige {
color: #fad3a3;
}
.lugganath-orange {
color: #f5a88a;
}
.meat {
color: #f47b7b;
}
.mod-orange {
color: #d95a3a;
}
/* CSS Variables */
:root {
--rapunzel:#f6d87e;
--maple-beige:#fad3a3;
--lugganath-orange:#f5a88a;
--meat:#f47b7b;
--mod-orange:#d95a3a;
}