Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f5c7d1;
}
.gumball {
color: #e8b0d7;
}
.bright-ube {
color: #d5a1e3;
}
.newman-s-eye {
color: #b1c8e2;
}
.meadow-blossom-blue {
color: #7db1d4;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f5c7d1;
--gumball:#e8b0d7;
--bright-ube:#d5a1e3;
--newman-s-eye:#b1c8e2;
--meadow-blossom-blue:#7db1d4;
}