Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.frangipane {
color: #f5d4b2;
}
.desert-dust {
color: #e2b68d;
}
.cheater {
color: #efb05d;
}
.pumpkin-bread {
color: #d57a48;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--frangipane:#f5d4b2;
--desert-dust:#e2b68d;
--cheater:#efb05d;
--pumpkin-bread:#d57a48;
}