Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.angry-pasta {
color: #ffcd57;
}
.quack-quack {
color: #ffeb8a;
}
.soft-orange-bloom {
color: #ffddd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--angry-pasta:#ffcd57;
--quack-quack:#ffeb8a;
--soft-orange-bloom:#ffddd1;
}