Color names in this palette
CSS code for this palette
/* CSS */
.zangief-s-chest {
color: #803c3c;
}
.escalante {
color: #a85d5d;
}
.galah {
color: #d08080;
}
.plum-blossom {
color: #f49f9f;
}
.sunday-best {
color: #f9c8c8;
}
/* CSS Variables */
:root {
--zangief-s-chest:#803c3c;
--escalante:#a85d5d;
--galah:#d08080;
--plum-blossom:#f49f9f;
--sunday-best:#f9c8c8;
}