Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d2;
}
.soft-pink {
color: #f9aec0;
}
.ballet-slippers {
color: #f99fb1;
}
.strawberry-shortcake {
color: #f78d99;
}
.momo-peach {
color: #f77e86;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d2;
--soft-pink:#f9aec0;
--ballet-slippers:#f99fb1;
--strawberry-shortcake:#f78d99;
--momo-peach:#f77e86;
}