CSS code for this palette
/* CSS */
.limone {
color: #d4c249;
}
.sea-cliff {
color: #a4c8df;
}
.calabrese {
color: #f6a9a2;
}
.deep-blush {
color: #e76f89;
}
.blended-fruit {
color: #f8e2a5;
}
/* CSS Variables */
:root {
--limone:#d4c249;
--sea-cliff:#a4c8df;
--calabrese:#f6a9a2;
--deep-blush:#e76f89;
--blended-fruit:#f8e2a5;
}