Color names in this palette
CSS code for this palette
/* CSS */
.fresh-piglet {
color: #fcdee7;
}
.pink-fluorite {
color: #fbd5d8;
}
.pork-belly {
color: #f9e1e8;
}
.may-sun {
color: #fbead0;
}
.cool-cream {
color: #fbe3da;
}
/* CSS Variables */
:root {
--fresh-piglet:#fcdee7;
--pink-fluorite:#fbd5d8;
--pork-belly:#f9e1e8;
--may-sun:#fbead0;
--cool-cream:#fbe3da;
}