Color names in this palette
CSS code for this palette
/* CSS */
.angry-ghost {
color: #eebaba;
}
.mary-s-rose {
color: #f4d2d2;
}
.cute-little-pink {
color: #f4e1e1;
}
.happy-piglets {
color: #f8c9c9;
}
.calabrese {
color: #f5a8a8;
}
/* CSS Variables */
:root {
--angry-ghost:#eebaba;
--mary-s-rose:#f4d2d2;
--cute-little-pink:#f4e1e1;
--happy-piglets:#f8c9c9;
--calabrese:#f5a8a8;
}