Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b89;
}
.lark-green {
color: #8cc0a0;
}
.starship {
color: #e3e03b;
}
.first-date {
color: #f7b2a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b89;
--lark-green:#8cc0a0;
--starship:#e3e03b;
--first-date:#f7b2a1;
--grapefruit-pulp:#ff6e61;
}