Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1ab8e0;
}
.pyrite {
color: #f8c73f;
}
.durotar-fire {
color: #f15a27;
}
.anti-flash-white {
color: #f1f3f4;
}
.tabasco {
color: #9c2a16;
}
/* CSS Variables */
:root {
--caribbean-blue:#1ab8e0;
--pyrite:#f8c73f;
--durotar-fire:#f15a27;
--anti-flash-white:#f1f3f4;
--tabasco:#9c2a16;
}