Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.dublin {
color: #6fbe6f;
}
.water-flow {
color: #77c8da;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--dublin:#6fbe6f;
--water-flow:#77c8da;
--concord-jam:#6c5b80;
}