Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.roseberry {
color: #f3a5a0;
}
.fruit-shake {
color: #f29c8c;
}
.peachy-feeling {
color: #f18365;
}
.track-and-field {
color: #d86b4f;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--roseberry:#f3a5a0;
--fruit-shake:#f29c8c;
--peachy-feeling:#f18365;
--track-and-field:#d86b4f;
}