Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.matt-pink {
color: #ffb8c1;
}
.tulip {
color: #ff8a92;
}
.stellar-strawberry {
color: #ff5c8a;
}
.it-s-a-girl {
color: #ffdbe1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--matt-pink:#ffb8c1;
--tulip:#ff8a92;
--stellar-strawberry:#ff5c8a;
--it-s-a-girl:#ffdbe1;
}