Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f15a27;
}
.hot-sun {
color: #f7b32b;
}
.fluffy-duckling {
color: #f7e13b;
}
.effervescent-lime {
color: #8bd82c;
}
.azure-tide {
color: #2a9d8e;
}
/* CSS Variables */
:root {
--durotar-fire:#f15a27;
--hot-sun:#f7b32b;
--fluffy-duckling:#f7e13b;
--effervescent-lime:#8bd82c;
--azure-tide:#2a9d8e;
}