Color names in this palette
CSS code for this palette
/* CSS */
.norfolk-sky {
color: #6cb6e5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.durotar-fire {
color: #f15a27;
}
.consumed-by-fire {
color: #f27c1c;
}
.woven-raffia {
color: #f2dfc0;
}
/* CSS Variables */
:root {
--norfolk-sky:#6cb6e5;
--apricot-glazed-chicken:#f5a524;
--durotar-fire:#f15a27;
--consumed-by-fire:#f27c1c;
--woven-raffia:#f2dfc0;
}