Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.radler {
color: #ffd35c;
}
.wasabi {
color: #b0e57b;
}
.riverside-blue {
color: #6eb3c4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--radler:#ffd35c;
--wasabi:#b0e57b;
--riverside-blue:#6eb3c4;
}