Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.casandora-yellow {
color: #ffcf57;
}
.frozen-landscape {
color: #b3e0ff;
}
.fennel-flower {
color: #809dff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--casandora-yellow:#ffcf57;
--frozen-landscape:#b3e0ff;
--fennel-flower:#809dff;
}