Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.desert-dessert {
color: #ffb86b;
}
.venetian-yellow {
color: #f5e69e;
}
.vic-20-green {
color: #8dda8b;
}
.night-in-manchester {
color: #4051b5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--desert-dessert:#ffb86b;
--venetian-yellow:#f5e69e;
--vic-20-green:#8dda8b;
--night-in-manchester:#4051b5;
}