Color names in this palette
CSS code for this palette
/* CSS */
.teal-fury {
color: #1b6b79;
}
.crystalsong-blue {
color: #50b2b4;
}
.blue-tint {
color: #a0d9d3;
}
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--teal-fury:#1b6b79;
--crystalsong-blue:#50b2b4;
--blue-tint:#a0d9d3;
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
}