Color names in this palette
CSS code for this palette
/* CSS */
.coffee {
color: #6d4f37;
}
.gold-drop {
color: #d86c31;
}
.squash-blossom {
color: #f6b83c;
}
.sea-serpent {
color: #4ec2d4;
}
.carbon-fiber {
color: #2e2e2e;
}
/* CSS Variables */
:root {
--coffee:#6d4f37;
--gold-drop:#d86c31;
--squash-blossom:#f6b83c;
--sea-serpent:#4ec2d4;
--carbon-fiber:#2e2e2e;
}