Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1e2b3e;
}
.squash-blossom {
color: #f6b83c;
}
.pina {
color: #ffd97a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.spicy-orange {
color: #d74c2d;
}
/* CSS Variables */
:root {
--tangaroa:#1e2b3e;
--squash-blossom:#f6b83c;
--pina:#ffd97a;
--grapefruit-pulp:#ff6e61;
--spicy-orange:#d74c2d;
}