Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c92c2c;
}
.sun-orange {
color: #f47b1f;
}
.saffron {
color: #f9c62f;
}
.mint-macaron {
color: #afeeee;
}
.wizard-s-potion {
color: #5a5e96;
}
/* CSS Variables */
:root {
--peri-peri:#c92c2c;
--sun-orange:#f47b1f;
--saffron:#f9c62f;
--mint-macaron:#afeeee;
--wizard-s-potion:#5a5e96;
}