Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f2a1ae;
}
.sweetheart {
color: #f4c3d6;
}
.pork-belly {
color: #f8e2e7;
}
.pismo-dunes {
color: #f6d7a2;
}
.tanami-desert {
color: #d3b15a;
}
/* CSS Variables */
:root {
--sweet-60:#f2a1ae;
--sweetheart:#f4c3d6;
--pork-belly:#f8e2e7;
--pismo-dunes:#f6d7a2;
--tanami-desert:#d3b15a;
}