Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.flame-seal {
color: #f1e25b;
}
.be-spontaneous {
color: #a0d468;
}
.sanctuary-spa {
color: #67b4e4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--flame-seal:#f1e25b;
--be-spontaneous:#a0d468;
--sanctuary-spa:#67b4e4;
}