Color names in this palette
CSS code for this palette
/* CSS */
.shallow-end {
color: #c3f4eb;
}
.ice-crystal-blue {
color: #a6e3de;
}
.aqua-zing {
color: #7eddd2;
}
.bianchi-green {
color: #3cc8c8;
}
.dynasty-green {
color: #00998f;
}
/* CSS Variables */
:root {
--shallow-end:#c3f4eb;
--ice-crystal-blue:#a6e3de;
--aqua-zing:#7eddd2;
--bianchi-green:#3cc8c8;
--dynasty-green:#00998f;
}