Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5f8b8c;
}
.tareyton {
color: #a3c8c0;
}
.seaglass {
color: #d1e5e0;
}
.esprit-peach {
color: #ffc29e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--steel-teal:#5f8b8c;
--tareyton:#a3c8c0;
--seaglass:#d1e5e0;
--esprit-peach:#ffc29e;
--grapefruit-pulp:#ff6e61;
}