Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.golden-handshake {
color: #ffcd42;
}
.eerie-glow {
color: #a7d7b8;
}
.malibu {
color: #5dbbea;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--golden-handshake:#ffcd42;
--eerie-glow:#a7d7b8;
--malibu:#5dbbea;
}