Color names in this palette
CSS code for this palette
/* CSS */
.gunj-blue {
color: #5d8db1;
}
.jade-lime {
color: #9bcf7d;
}
.jemima {
color: #f7d67e;
}
.balinese-sunset {
color: #f19f79;
}
.opal-flame {
color: #e95d4e;
}
/* CSS Variables */
:root {
--gunj-blue:#5d8db1;
--jade-lime:#9bcf7d;
--jemima:#f7d67e;
--balinese-sunset:#f19f79;
--opal-flame:#e95d4e;
}