Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.emerald-wave {
color: #4eb7a5;
}
.lolly-ice {
color: #a6d9d4;
}
.oyster-bisque {
color: #f1e7b1;
}
.ballerina-pink {
color: #f9bbb9;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--emerald-wave:#4eb7a5;
--lolly-ice:#a6d9d4;
--oyster-bisque:#f1e7b1;
--ballerina-pink:#f9bbb9;
}