Color names in this palette
CSS code for this palette
/* CSS */
.bile {
color: #b5c200;
}
.yellow-petal {
color: #f2e44a;
}
.forsythia-blossom {
color: #f8d86d;
}
.salmon-fresco {
color: #f9b09f;
}
.heather-berry {
color: #e75a80;
}
/* CSS Variables */
:root {
--bile:#b5c200;
--yellow-petal:#f2e44a;
--forsythia-blossom:#f8d86d;
--salmon-fresco:#f9b09f;
--heather-berry:#e75a80;
}