Color names in this palette
CSS code for this palette
/* CSS */
.valerie {
color: #fee7e7;
}
.palace-rose {
color: #f9c8d6;
}
.young-crab {
color: #f69d9d;
}
.pink-marshmallow {
color: #f1b6d1;
}
.calypso-coral {
color: #f04c67;
}
/* CSS Variables */
:root {
--valerie:#fee7e7;
--palace-rose:#f9c8d6;
--young-crab:#f69d9d;
--pink-marshmallow:#f1b6d1;
--calypso-coral:#f04c67;
}