Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.tau-light-ochre {
color: #f6d70e;
}
.peppy {
color: #6ed8b3;
}
.raftsman {
color: #3b5e9b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--tau-light-ochre:#f6d70e;
--peppy:#6ed8b3;
--raftsman:#3b5e9b;
}