CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c8;
}
.pismo-dunes {
color: #f4d4a4;
}
.trapunto {
color: #f6eab6;
}
.eerie-glow {
color: #a7d7b8;
}
.submerged {
color: #4d7b80;
}
/* CSS Variables */
:root {
--chantilly:#eab8c8;
--pismo-dunes:#f4d4a4;
--trapunto:#f6eab6;
--eerie-glow:#a7d7b8;
--submerged:#4d7b80;
}