Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.forsythia-blossom {
color: #f9d66c;
}
.terrace-pool {
color: #a1d6e2;
}
.winter-time {
color: #3b8ea0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--forsythia-blossom:#f9d66c;
--terrace-pool:#a1d6e2;
--winter-time:#3b8ea0;
}