Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.chinese-orange {
color: #f66b41;
}
.amber-yellow {
color: #f9b35d;
}
.cymophane-yellow {
color: #f1e5a7;
}
.winsome-hue {
color: #a9d8e0;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--chinese-orange:#f66b41;
--amber-yellow:#f9b35d;
--cymophane-yellow:#f1e5a7;
--winsome-hue:#a9d8e0;
}