Color names in this palette
CSS code for this palette
/* CSS */
.royal-palm {
color: #3d8f89;
}
.aurora-teal {
color: #70b2ac;
}
.lolly-ice {
color: #a6d9d4;
}
.mint-condition {
color: #def7f5;
}
.coral-bisque {
color: #f7c3b1;
}
/* CSS Variables */
:root {
--royal-palm:#3d8f89;
--aurora-teal:#70b2ac;
--lolly-ice:#a6d9d4;
--mint-condition:#def7f5;
--coral-bisque:#f7c3b1;
}