Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.tuscan-sun {
color: #ffd84d;
}
.crystal-green {
color: #a3d97d;
}
.surfin {
color: #6ec1d4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--tuscan-sun:#ffd84d;
--crystal-green:#a3d97d;
--surfin:#6ec1d4;
}