Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.pure-apple {
color: #6cbe46;
}
.soviet-gold {
color: #ffd900;
}
.mystic-tulip {
color: #f7b5a1;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--pure-apple:#6cbe46;
--soviet-gold:#ffd900;
--mystic-tulip:#f7b5a1;
--peaceful-river:#4a9cd3;
}