Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hopbush {
color: #d06c92;
}
.calabrese {
color: #f1a8a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hopbush:#d06c92;
--calabrese:#f1a8a2;
--creamy-sweet-corn:#f9c54e;
--blue-electress:#6b9cd1;
}