Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.palace-rose {
color: #f9c8d6;
}
.fresh-piglet {
color: #fcdee4;
}
.cachet-cream {
color: #f3d9b9;
}
.think-pink {
color: #e0a3c2;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--palace-rose:#f9c8d6;
--fresh-piglet:#fcdee4;
--cachet-cream:#f3d9b9;
--think-pink:#e0a3c2;
}