Color names in this palette
CSS code for this palette
/* CSS */
.allspice {
color: #f6cba7;
}
.peach-mimosa {
color: #f3a48c;
}
.cumquat-cream {
color: #f09f7f;
}
.chinese-lantern {
color: #f08d5c;
}
.chipmunk {
color: #d4a449;
}
/* CSS Variables */
:root {
--allspice:#f6cba7;
--peach-mimosa:#f3a48c;
--cumquat-cream:#f09f7f;
--chinese-lantern:#f08d5c;
--chipmunk:#d4a449;
}