Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.mad-for-mango {
color: #faa200;
}
.lemon-chrome {
color: #faaf00;
}
.syndicalist {
color: #f5c400;
}
.pale-pear {
color: #f7da6e;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--mad-for-mango:#faa200;
--lemon-chrome:#faaf00;
--syndicalist:#f5c400;
--pale-pear:#f7da6e;
}