Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.salmon-eggs {
color: #f4d35d;
}
.island-moment {
color: #3bb0aa;
}
.elm {
color: #2a7976;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--salmon-eggs:#f4d35d;
--island-moment:#3bb0aa;
--elm:#2a7976;
}