Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.ice-cream-parlour {
color: #f8d0af;
}
.martica {
color: #f5e6b7;
}
.durango-dust {
color: #f9e29f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sullivan-s-heart:#f5c7d1;
--ice-cream-parlour:#f8d0af;
--martica:#f5e6b7;
--durango-dust:#f9e29f;
}