Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff9966;
}
.qing-yellow {
color: #ffcc66;
}
.tropical-light {
color: #a3d770;
}
.arboretum {
color: #6fbe99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff9966;
--qing-yellow:#ffcc66;
--tropical-light:#a3d770;
--arboretum:#6fbe99;
}