Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #ffcb3d;
}
.goku-orange {
color: #f07e3d;
}
.mandarin-red {
color: #e14d3d;
}
.viola {
color: #9c6cbc;
}
.cerulean-frost {
color: #6e9cc4;
}
/* CSS Variables */
:root {
--yellow-jacket:#ffcb3d;
--goku-orange:#f07e3d;
--mandarin-red:#e14d3d;
--viola:#9c6cbc;
--cerulean-frost:#6e9cc4;
}