Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.soviet-gold {
color: #ffd900;
}
.bilious-green {
color: #a5d86e;
}
.turquoise-sea {
color: #6ed6ed;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--soviet-gold:#ffd900;
--bilious-green:#a5d86e;
--turquoise-sea:#6ed6ed;
}