Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f6d66f;
}
.snow-white-blush {
color: #f9aeae;
}
.grapefruit-pulp {
color: #ff6e61;
}
.snow-pea {
color: #6ccb79;
}
.mountain-bluebird {
color: #4d98c7;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f6d66f;
--snow-white-blush:#f9aeae;
--grapefruit-pulp:#ff6e61;
--snow-pea:#6ccb79;
--mountain-bluebird:#4d98c7;
}