Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.durotar-fire {
color: #f15a27;
}
.rosy-cheeks {
color: #d84f6d;
}
.lambent-lagoon {
color: #3c5b90;
}
.provincial-blue {
color: #5c7d93;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--durotar-fire:#f15a27;
--rosy-cheeks:#d84f6d;
--lambent-lagoon:#3c5b90;
--provincial-blue:#5c7d93;
}