Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5f898c;
}
.blue-tint {
color: #a0d9d4;
}
.frosty-mint {
color: #e2f8f5;
}
.peanut-butter-chicken {
color: #ffb861;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--steel-teal:#5f898c;
--blue-tint:#a0d9d4;
--frosty-mint:#e2f8f5;
--peanut-butter-chicken:#ffb861;
--grapefruit-pulp:#ff6e61;
}