Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.zinnia-gold {
color: #ffd980;
}
.terrace-pool {
color: #a1d6e2;
}
.overcast {
color: #71a0cc;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--zinnia-gold:#ffd980;
--terrace-pool:#a1d6e2;
--overcast:#71a0cc;
}