Color names in this palette
CSS code for this palette
/* CSS */
.billabong {
color: #1b6d83;
}
.garish-green {
color: #4abf8c;
}
.jovial-jade {
color: #82e3a1;
}
.creamy-sweet-corn {
color: #f8c149;
}
.cherokee-dignity {
color: #e57b1f;
}
/* CSS Variables */
:root {
--billabong:#1b6d83;
--garish-green:#4abf8c;
--jovial-jade:#82e3a1;
--creamy-sweet-corn:#f8c149;
--cherokee-dignity:#e57b1f;
}