Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.vibrant {
color: #ffd54d;
}
.mint-macaron {
color: #afeeee;
}
.blue-green-gem {
color: #7ac7c5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--vibrant:#ffd54d;
--mint-macaron:#afeeee;
--blue-green-gem:#7ac7c5;
}