Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e7a2b3;
}
.forsythia-blossom {
color: #f4d46c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.zenith {
color: #497b9c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e7a2b3;
--forsythia-blossom:#f4d46c;
--creamy-sweet-corn:#f9c54e;
--zenith:#497b9c;
--grapefruit-pulp:#ff6e61;
}