Color names in this palette
CSS code for this palette
/* CSS */
.thai-curry {
color: #c2681e;
}
.boat-house {
color: #4b8ebe;
}
.sprouted {
color: #f2d58c;
}
.black-liquorice {
color: #3b3b3b;
}
.glazed-persimmon {
color: #d64d38;
}
/* CSS Variables */
:root {
--thai-curry:#c2681e;
--boat-house:#4b8ebe;
--sprouted:#f2d58c;
--black-liquorice:#3b3b3b;
--glazed-persimmon:#d64d38;
}