Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.angry-pasta {
color: #ffcd57;
}
.last-of-lettuce {
color: #a9d96d;
}
.bitter-dandelion {
color: #6bca3f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--angry-pasta:#ffcd57;
--last-of-lettuce:#a9d96d;
--bitter-dandelion:#6bca3f;
}