CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.granola {
color: #f5cc9e;
}
.steamy-dumpling {
color: #e7e9b4;
}
.cielo {
color: #a7d1e6;
}
.template {
color: #a3c4e6;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--granola:#f5cc9e;
--steamy-dumpling:#e7e9b4;
--cielo:#a7d1e6;
--template:#a3c4e6;
}