Color names in this palette
CSS code for this palette
/* CSS */
.grotesque-green {
color: #5bdc8a;
}
.vanilla-pudding {
color: #f3e36d;
}
.just-blush {
color: #f9b5a4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.moonlight-sonata {
color: #4d4a8c;
}
/* CSS Variables */
:root {
--grotesque-green:#5bdc8a;
--vanilla-pudding:#f3e36d;
--just-blush:#f9b5a4;
--grapefruit-pulp:#ff6e61;
--moonlight-sonata:#4d4a8c;
}