Color names in this palette
CSS code for this palette
/* CSS */
.sea-hunter {
color: #1e597b;
}
.bright-delight {
color: #d15b29;
}
.tea-light {
color: #f6e4c1;
}
.coffee-clay {
color: #b6997c;
}
.sambuca {
color: #3c2e25;
}
/* CSS Variables */
:root {
--sea-hunter:#1e597b;
--bright-delight:#d15b29;
--tea-light:#f6e4c1;
--coffee-clay:#b6997c;
--sambuca:#3c2e25;
}