Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.energy-peak {
color: #b65d5d;
}
.zangief-s-chest {
color: #803c3c;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.heath {
color: #502b2b;
}
/* CSS Variables */
:root {
--white:#ffffff;
--energy-peak:#b65d5d;
--zangief-s-chest:#803c3c;
--macaroni-and-cheese:#ffb67a;
--heath:#502b2b;
}