Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.overcast {
color: #71a0cc;
}
.mystic-tulip {
color: #f7b5a1;
}
.bright-yarrow {
color: #f9d16c;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--overcast:#71a0cc;
--mystic-tulip:#f7b5a1;
--bright-yarrow:#f9d16c;
--vitamin-c:#ff9900;
}