Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.radler {
color: #ffd35c;
}
.be-spontaneous {
color: #a0d468;
}
.hidden-sea-glass {
color: #6ed4cf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--radler:#ffd35c;
--be-spontaneous:#a0d468;
--hidden-sea-glass:#6ed4cf;
}