Color names in this palette
CSS code for this palette
/* CSS */
.dull-teal {
color: #5e9c8d;
}
.bone-white {
color: #f1e1b1;
}
.ginger-milk {
color: #f9a053;
}
.sweet-mandarin {
color: #d45c3a;
}
.goddess-of-dawn {
color: #8c4a73;
}
/* CSS Variables */
:root {
--dull-teal:#5e9c8d;
--bone-white:#f1e1b1;
--ginger-milk:#f9a053;
--sweet-mandarin:#d45c3a;
--goddess-of-dawn:#8c4a73;
}