Color names in this palette
CSS code for this palette
/* CSS */
.macaroni-and-cheese {
color: #ffb87a;
}
.atoll-sand {
color: #ffd09e;
}
.royal-star {
color: #ffe44d;
}
.mad-for-mango {
color: #f5a300;
}
.leopard {
color: #d69a00;
}
/* CSS Variables */
:root {
--macaroni-and-cheese:#ffb87a;
--atoll-sand:#ffd09e;
--royal-star:#ffe44d;
--mad-for-mango:#f5a300;
--leopard:#d69a00;
}