Color names in this palette
CSS code for this palette
/* CSS */
.tasman-honey-yellow {
color: #e6c85c;
}
.dry-sea-grass {
color: #cdb079;
}
.tribeca {
color: #a4908e;
}
.plum-power {
color: #7a5b8b;
}
.mystic-nights {
color: #4e2b6e;
}
/* CSS Variables */
:root {
--tasman-honey-yellow:#e6c85c;
--dry-sea-grass:#cdb079;
--tribeca:#a4908e;
--plum-power:#7a5b8b;
--mystic-nights:#4e2b6e;
}