Color names in this palette
CSS code for this palette
/* CSS */
.hopeful {
color: #f4d2e2;
}
.dahlia-delight {
color: #f9b9d1;
}
.rose-mallow {
color: #f5a3c7;
}
.sachet-pink {
color: #f48aba;
}
.shark-bait {
color: #f16a9e;
}
/* CSS Variables */
:root {
--hopeful:#f4d2e2;
--dahlia-delight:#f9b9d1;
--rose-mallow:#f5a3c7;
--sachet-pink:#f48aba;
--shark-bait:#f16a9e;
}