Color names in this palette
CSS code for this palette
/* CSS */
.plum-dust {
color: #a44c92;
}
.blue-beads {
color: #5b809f;
}
.dolphin {
color: #88c4d8;
}
.maximum-yellow-red {
color: #f1b74b;
}
.burning-coals {
color: #f69c6f;
}
/* CSS Variables */
:root {
--plum-dust:#a44c92;
--blue-beads:#5b809f;
--dolphin:#88c4d8;
--maximum-yellow-red:#f1b74b;
--burning-coals:#f69c6f;
}