Color names in this palette
CSS code for this palette
/* CSS */
.manchester-nights {
color: #9a2323;
}
.peri-peri {
color: #c62a2a;
}
.pastel-strawberry {
color: #f14b4b;
}
.kin-gold {
color: #f59b00;
}
.yellow-petal {
color: #f0e84c;
}
/* CSS Variables */
:root {
--manchester-nights:#9a2323;
--peri-peri:#c62a2a;
--pastel-strawberry:#f14b4b;
--kin-gold:#f59b00;
--yellow-petal:#f0e84c;
}