Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.faded-sunlight {
color: #ffcb6b;
}
.mouse-nose {
color: #ffe4b3;
}
.beaming-sun {
color: #fff8e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--faded-sunlight:#ffcb6b;
--mouse-nose:#ffe4b3;
--beaming-sun:#fff8e0;
}