Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.soviet-gold {
color: #ffd900;
}
.arctic-paradise {
color: #b6e6fc;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--soviet-gold:#ffd900;
--arctic-paradise:#b6e6fc;
--emerald-wave:#4eb7ac;
}