Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4b9bc3;
}
.pale-jade {
color: #75c7b0;
}
.golden-snitch {
color: #f7e24b;
}
.rajah {
color: #f9a85d;
}
.astorath-red {
color: #e04f2e;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4b9bc3;
--pale-jade:#75c7b0;
--golden-snitch:#f7e24b;
--rajah:#f9a85d;
--astorath-red:#e04f2e;
}