Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff9966;
}
.vibrant {
color: #ffd54d;
}
.smooth-satin {
color: #a3d7d4;
}
.punch-out-glove {
color: #6a82fb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff9966;
--vibrant:#ffd54d;
--smooth-satin:#a3d7d4;
--punch-out-glove:#6a82fb;
}