Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.gilded {
color: #f7db4a;
}
.crystal-green {
color: #a3d77e;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--gilded:#f7db4a;
--crystal-green:#a3d77e;
--peaceful-river:#4a9cd3;
}