Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.firecracker {
color: #f56b38;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.yellowish {
color: #fcea64;
}
.green-trance {
color: #a2d8a2;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--firecracker:#f56b38;
--gemini-mustard-momento:#f9a34e;
--yellowish:#fcea64;
--green-trance:#a2d8a2;
}