Color names in this palette
CSS code for this palette
/* CSS */
.cropper-blue {
color: #5d7c98;
}
.goldsmith {
color: #f2b650;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sage-sensation {
color: #b5e48b;
}
.lush-grass {
color: #4a8c4a;
}
/* CSS Variables */
:root {
--cropper-blue:#5d7c98;
--goldsmith:#f2b650;
--grapefruit-pulp:#ff6e61;
--sage-sensation:#b5e48b;
--lush-grass:#4a8c4a;
}