Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.mad-for-mango {
color: #f5a300;
}
.basketball {
color: #f36e30;
}
.jasper {
color: #d93f3f;
}
.rosebud-cherry {
color: #8f2d56;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--mad-for-mango:#f5a300;
--basketball:#f36e30;
--jasper:#d93f3f;
--rosebud-cherry:#8f2d56;
}