Color names in this palette
CSS code for this palette
/* CSS */
.lahn-yellow {
color: #fff30a;
}
.hollandaise {
color: #ffec3d;
}
.peeps {
color: #ffcd38;
}
.blue-angels-yellow {
color: #fab700;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--lahn-yellow:#fff30a;
--hollandaise:#ffec3d;
--peeps:#ffcd38;
--blue-angels-yellow:#fab700;
--mad-for-mango:#f5a300;
}