Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.atoll-sand {
color: #ffcf9e;
}
.mandarin-sorbet {
color: #ffad42;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--grapefruit-pulp:#ff6e61;
--atoll-sand:#ffcf9e;
--mandarin-sorbet:#ffad42;
--blood-burst:#ff4d4d;
}