Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.soviet-gold {
color: #ffd900;
}
.aqua-island {
color: #a2d7d6;
}
.cerulean-frost {
color: #6c9bc1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--soviet-gold:#ffd900;
--aqua-island:#a2d7d6;
--cerulean-frost:#6c9bc1;
}