CSS code for this palette
/* CSS */
.pinque {
color: #f0a3b1;
}
.butterfield {
color: #f5c25c;
}
.aqua-zing {
color: #76d6d1;
}
.overtone {
color: #a2e6b7;
}
.lusty-gallant {
color: #ff7c4d;
}
/* CSS Variables */
:root {
--pinque:#f0a3b1;
--butterfield:#f5c25c;
--aqua-zing:#76d6d1;
--overtone:#a2e6b7;
--lusty-gallant:#ff7c4d;
}