CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.milky-maize {
color: #f8d6a0;
}
.bathe-blue {
color: #c2dfe5;
}
.monaco {
color: #aad6e4;
}
.tort {
color: #5b8f8f;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--milky-maize:#f8d6a0;
--bathe-blue:#c2dfe5;
--monaco:#aad6e4;
--tort:#5b8f8f;
}