Color names in this palette
CSS code for this palette
/* CSS */
.happy-piglets {
color: #f8c9ca;
}
.pink-fit {
color: #f5a8b5;
}
.flower-blossom-pink {
color: #f57f8d;
}
.ripe-malinka {
color: #f5516f;
}
.manganese-red {
color: #e02e4f;
}
/* CSS Variables */
:root {
--happy-piglets:#f8c9ca;
--pink-fit:#f5a8b5;
--flower-blossom-pink:#f57f8d;
--ripe-malinka:#f5516f;
--manganese-red:#e02e4f;
}