Color names in this palette
CSS code for this palette
/* CSS */
.plum-dust {
color: #a84d94;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.marigold-dust {
color: #f4cf3e;
}
.ufo-green {
color: #2ecc70;
}
.aloha {
color: #1abc9c;
}
/* CSS Variables */
:root {
--plum-dust:#a84d94;
--apricot-glazed-chicken:#f5a524;
--marigold-dust:#f4cf3e;
--ufo-green:#2ecc70;
--aloha:#1abc9c;
}