Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
.warming-heart {
color: #d74c3c;
}
.wilted-brown {
color: #aa4a3c;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
--warming-heart:#d74c3c;
--wilted-brown:#aa4a3c;
}