Color names in this palette
CSS code for this palette
/* CSS */
.dodgeroll-gold {
color: #f39c12;
}
.tasman-honey-yellow {
color: #e6c55c;
}
.green-trance {
color: #a2d4a1;
}
.blue-gourami {
color: #6a9dd7;
}
.takaka {
color: #3c4c7c;
}
/* CSS Variables */
:root {
--dodgeroll-gold:#f39c12;
--tasman-honey-yellow:#e6c55c;
--green-trance:#a2d4a1;
--blue-gourami:#6a9dd7;
--takaka:#3c4c7c;
}