Color names in this palette
CSS code for this palette
/* CSS */
.big-sur-blue-jade {
color: #3c7090;
}
.mountain-bluebird {
color: #4b9abe;
}
.rushing-stream {
color: #65c0d7;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--big-sur-blue-jade:#3c7090;
--mountain-bluebird:#4b9abe;
--rushing-stream:#65c0d7;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}