Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.basketball {
color: #f26b31;
}
.mad-for-mango {
color: #faa200;
}
.pasta-luego {
color: #f9e380;
}
.stem-green {
color: #a9e08f;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--basketball:#f26b31;
--mad-for-mango:#faa200;
--pasta-luego:#f9e380;
--stem-green:#a9e08f;
}