Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.troll-slayer-orange {
color: #f6a34c;
}
.salmon-pok-bowl {
color: #f27c78;
}
.true-love {
color: #e57b8d;
}
.wisteria {
color: #a77ccb;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--troll-slayer-orange:#f6a34c;
--salmon-pok-bowl:#f27c78;
--true-love:#e57b8d;
--wisteria:#a77ccb;
}