Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.marigold-dust {
color: #f4cf3e;
}
.tropical {
color: #a8e6ce;
}
.herb-robert {
color: #d69fe0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--marigold-dust:#f4cf3e;
--tropical:#a8e6ce;
--herb-robert:#d69fe0;
}