Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.vibrant {
color: #ffd54d;
}
.be-spontaneous {
color: #a0d369;
}
.norfolk-sky {
color: #6ab2f0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--vibrant:#ffd54d;
--be-spontaneous:#a0d369;
--norfolk-sky:#6ab2f0;
}