Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.rose-mallow {
color: #f2a6c9;
}
.unripe-strawberry {
color: #f58eaa;
}
.flower-blossom-pink {
color: #f57a8b;
}
.breeze-of-chilli {
color: #f56b6b;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--rose-mallow:#f2a6c9;
--unripe-strawberry:#f58eaa;
--flower-blossom-pink:#f57a8b;
--breeze-of-chilli:#f56b6b;
}