Color names in this palette
CSS code for this palette
/* CSS */
.twilight-pearl {
color: #bfbfd4;
}
.polished-metal {
color: #809cb3;
}
.freshwater {
color: #4aa0b5;
}
.jemima {
color: #f6d47e;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--twilight-pearl:#bfbfd4;
--polished-metal:#809cb3;
--freshwater:#4aa0b5;
--jemima:#f6d47e;
--durotar-fire:#f15a27;
}