Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.ginger-milk {
color: #f6a85a;
}
.ice-cream-parlour {
color: #f8d5af;
}
.artesian-pool {
color: #a3c2e0;
}
.waimea-blue {
color: #4a9dd9;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--ginger-milk:#f6a85a;
--ice-cream-parlour:#f8d5af;
--artesian-pool:#a3c2e0;
--waimea-blue:#4a9dd9;
}