Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.azure-sky {
color: #b1e0f6;
}
.crunch {
color: #f2b75f;
}
.ornery-tangerine {
color: #f97a1f;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--azure-sky:#b1e0f6;
--crunch:#f2b75f;
--ornery-tangerine:#f97a1f;
--durotar-fire:#f05a28;
}