Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62d2b;
}
.brown-sugar-glaze {
color: #d1794d;
}
.forsythia {
color: #ffc800;
}
.shockwave {
color: #6ac8b5;
}
.deep-amethyst {
color: #5a2d8b;
}
/* CSS Variables */
:root {
--harissa-red:#a62d2b;
--brown-sugar-glaze:#d1794d;
--forsythia:#ffc800;
--shockwave:#6ac8b5;
--deep-amethyst:#5a2d8b;
}