Color names in this palette
CSS code for this palette
/* CSS */
.horror-snob {
color: #d64c4c;
}
.chinese-orange {
color: #f26c4a;
}
.full-yellow {
color: #f8ba4f;
}
.flavescent {
color: #f5e78e;
}
.frozen-forest {
color: #d3e9b9;
}
/* CSS Variables */
:root {
--horror-snob:#d64c4c;
--chinese-orange:#f26c4a;
--full-yellow:#f8ba4f;
--flavescent:#f5e78e;
--frozen-forest:#d3e9b9;
}