Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.gold-thread {
color: #fceab0;
}
.cold-turquoise {
color: #a3d2ca;
}
.durban-sky {
color: #5c8b9d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--gold-thread:#fceab0;
--cold-turquoise:#a3d2ca;
--durban-sky:#5c8b9d;
}