Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.dream-of-spring {
color: #f6d12c;
}
.troll-slayer-orange {
color: #f3a34f;
}
.bonfire {
color: #f37c58;
}
.opal-flame {
color: #e25a4b;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--dream-of-spring:#f6d12c;
--troll-slayer-orange:#f3a34f;
--bonfire:#f37c58;
--opal-flame:#e25a4b;
}