Color names in this palette
CSS code for this palette
/* CSS */
.akabeni {
color: #c72929;
}
.firecracker {
color: #f36239;
}
.carona {
color: #f9a82f;
}
.peach-cr-me-br-l-e {
color: #ffe09e;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--akabeni:#c72929;
--firecracker:#f36239;
--carona:#f9a82f;
--peach-cr-me-br-l-e:#ffe09e;
--radiant-sun:#f3ca4f;
}