Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.princess {
color: #f1a7b3;
}
.fruit-shake {
color: #f29c8c;
}
.lion-of-menecrates {
color: #f2a769;
}
.fresh-pineapple {
color: #f2d450;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--princess:#f1a7b3;
--fruit-shake:#f29c8c;
--lion-of-menecrates:#f2a769;
--fresh-pineapple:#f2d450;
}