Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.ibis {
color: #f2b5c2;
}
.wisteria {
color: #a77ccb;
}
.pure-mauve {
color: #6a4c94;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--lemon-ice-yellow:#f6e1a7;
--ibis:#f2b5c2;
--wisteria:#a77ccb;
--pure-mauve:#6a4c94;
}