Color names in this palette
CSS code for this palette
/* CSS */
.hull-red {
color: #4d0f0f;
}
.iridescent-red {
color: #c84c5c;
}
.goldfish {
color: #f3ab5e;
}
.butter-muffin {
color: #f7deb1;
}
.lynx-white {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--hull-red:#4d0f0f;
--iridescent-red:#c84c5c;
--goldfish:#f3ab5e;
--butter-muffin:#f7deb1;
--lynx-white:#f7f7f7;
}