Color names in this palette
CSS code for this palette
/* CSS */
.sunset-glow {
color: #ffb62e;
}
.chanterelle {
color: #d9a520;
}
.dahlia-mauve {
color: #b35b8c;
}
.dull-violet {
color: #7d3b8c;
}
.mangosteen {
color: #383e5c;
}
/* CSS Variables */
:root {
--sunset-glow:#ffb62e;
--chanterelle:#d9a520;
--dahlia-mauve:#b35b8c;
--dull-violet:#7d3b8c;
--mangosteen:#383e5c;
}