Color names in this palette
CSS code for this palette
/* CSS */
.gamboge {
color: #e39f0d;
}
.mulberry-thorn {
color: #c57a2b;
}
.fortune-red {
color: #b1544e;
}
.goddess-of-dawn {
color: #904c6e;
}
.daisy-bush {
color: #5e3b8c;
}
/* CSS Variables */
:root {
--gamboge:#e39f0d;
--mulberry-thorn:#c57a2b;
--fortune-red:#b1544e;
--goddess-of-dawn:#904c6e;
--daisy-bush:#5e3b8c;
}