Color names in this palette
CSS code for this palette
/* CSS */
.plum-dust {
color: #a94c8d;
}
.pinque {
color: #f0a3b0;
}
.dilly-dally {
color: #f6df60;
}
.jackfruit {
color: #f8c77c;
}
.nickel-ore-green {
color: #507c7c;
}
/* CSS Variables */
:root {
--plum-dust:#a94c8d;
--pinque:#f0a3b0;
--dilly-dally:#f6df60;
--jackfruit:#f8c77c;
--nickel-ore-green:#507c7c;
}