Color names in this palette
CSS code for this palette
/* CSS */
.sundance {
color: #f8c76d;
}
.apricot-jam {
color: #efa76c;
}
.silithus-brown {
color: #d77c60;
}
.martian-ironearth {
color: #c15b4e;
}
.luscious {
color: #8f3d4e;
}
/* CSS Variables */
:root {
--sundance:#f8c76d;
--apricot-jam:#efa76c;
--silithus-brown:#d77c60;
--martian-ironearth:#c15b4e;
--luscious:#8f3d4e;
}