Color names in this palette
CSS code for this palette
/* CSS */
.purple-cheeks {
color: #b57d9f;
}
.sweet-lilac {
color: #eab8d1;
}
.hopeful {
color: #f4d2e2;
}
.spaghetti-strap-pink {
color: #f9aed4;
}
.dimple {
color: #f07f8c;
}
/* CSS Variables */
:root {
--purple-cheeks:#b57d9f;
--sweet-lilac:#eab8d1;
--hopeful:#f4d2e2;
--spaghetti-strap-pink:#f9aed4;
--dimple:#f07f8c;
}