Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.chunky-bee {
color: #ffc94d;
}
.dynamic-green {
color: #a2d84b;
}
.lake-thun {
color: #40bae2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--chunky-bee:#ffc94d;
--dynamic-green:#a2d84b;
--lake-thun:#40bae2;
}