Color names in this palette
CSS code for this palette
/* CSS */
.gold-foil {
color: #d9a44a;
}
.cold-brew-tonic {
color: #c75d3d;
}
.black-elder {
color: #a86b77;
}
.winter-lake {
color: #698c9b;
}
.takaka {
color: #3e4c79;
}
/* CSS Variables */
:root {
--gold-foil:#d9a44a;
--cold-brew-tonic:#c75d3d;
--black-elder:#a86b77;
--winter-lake:#698c9b;
--takaka:#3e4c79;
}