Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.energetic-orange {
color: #d65a38;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.dr-white {
color: #fafafa;
}
.dobunezumi-brown {
color: #4c3b39;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--energetic-orange:#d65a38;
--creamy-sweet-corn:#f9c54e;
--dr-white:#fafafa;
--dobunezumi-brown:#4c3b39;
}