Color names in this palette
CSS code for this palette
/* CSS */
.young-bamboo {
color: #69bf8a;
}
.forsythia-blossom {
color: #f9d66c;
}
.monarch-orange {
color: #f1a46a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.loveland {
color: #e76e8b;
}
/* CSS Variables */
:root {
--young-bamboo:#69bf8a;
--forsythia-blossom:#f9d66c;
--monarch-orange:#f1a46a;
--grapefruit-pulp:#ff6e61;
--loveland:#e76e8b;
}