Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.faded-sunlight {
color: #ffd06b;
}
.eerie-glow {
color: #a7d7b8;
}
.durban-sky {
color: #5d8c98;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--faded-sunlight:#ffd06b;
--eerie-glow:#a7d7b8;
--durban-sky:#5d8c98;
}