Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d6383b;
}
.red-rampage {
color: #ef3b1f;
}
.sun-crete {
color: #ff8c00;
}
.lamplight {
color: #ffd042;
}
.pineapple-high {
color: #e6f05c;
}
/* CSS Variables */
:root {
--jasper:#d6383b;
--red-rampage:#ef3b1f;
--sun-crete:#ff8c00;
--lamplight:#ffd042;
--pineapple-high:#e6f05c;
}