Color names in this palette
CSS code for this palette
/* CSS */
.dairy-made {
color: #f1b23b;
}
.sweet-potato {
color: #d67d3d;
}
.warming-heart {
color: #d6483d;
}
.concord-jam {
color: #6c5b80;
}
.matisse {
color: #365c7d;
}
/* CSS Variables */
:root {
--dairy-made:#f1b23b;
--sweet-potato:#d67d3d;
--warming-heart:#d6483d;
--concord-jam:#6c5b80;
--matisse:#365c7d;
}