Color names in this palette
CSS code for this palette
/* CSS */
.akabeni {
color: #c72929;
}
.mandarin-red {
color: #e34e3b;
}
.hot-orange {
color: #f68a3c;
}
.squash-blossom {
color: #f6b83c;
}
.fresh-pineapple {
color: #f6d44c;
}
/* CSS Variables */
:root {
--akabeni:#c72929;
--mandarin-red:#e34e3b;
--hot-orange:#f68a3c;
--squash-blossom:#f6b83c;
--fresh-pineapple:#f6d44c;
}