Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.rajah {
color: #f9a65d;
}
.banana-drama {
color: #f1d04b;
}
.last-of-lettuce {
color: #a5d96d;
}
.lake-thun {
color: #4cb7e1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--rajah:#f9a65d;
--banana-drama:#f1d04b;
--last-of-lettuce:#a5d96d;
--lake-thun:#4cb7e1;
}