CSS code for this palette
/* CSS */
.blue-pot {
color: #a2b3c3;
}
.taupe-mist {
color: #e1d7d0;
}
.pismo-dunes {
color: #f6d7a2;
}
.sunburst {
color: #f2b87d;
}
.porsche {
color: #e3a059;
}
/* CSS Variables */
:root {
--blue-pot:#a2b3c3;
--taupe-mist:#e1d7d0;
--pismo-dunes:#f6d7a2;
--sunburst:#f2b87d;
--porsche:#e3a059;
}