Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.fiery-glow {
color: #f24e1c;
}
.magenta-pink {
color: #d2328d;
}
.skeletor-s-cape {
color: #7c2c9b;
}
.skinny-jeans {
color: #4d8bff;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--fiery-glow:#f24e1c;
--magenta-pink:#d2328d;
--skeletor-s-cape:#7c2c9b;
--skinny-jeans:#4d8bff;
}