Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.tuscan-sun {
color: #ffd84d;
}
.eerie-glow {
color: #a6d8b7;
}
.hello-summer {
color: #4db8ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--tuscan-sun:#ffd84d;
--eerie-glow:#a6d8b7;
--hello-summer:#4db8ff;
}