Color names in this palette
CSS code for this palette
/* CSS */
.100-mph {
color: #c83c37;
}
.xanthous {
color: #f2b32c;
}
.raw-alabaster {
color: #f2efd4;
}
.blue-grotto {
color: #4da8c7;
}
.blue-tang {
color: #2b4c6e;
}
/* CSS Variables */
:root {
--100-mph:#c83c37;
--xanthous:#f2b32c;
--raw-alabaster:#f2efd4;
--blue-grotto:#4da8c7;
--blue-tang:#2b4c6e;
}