Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #27a0a0;
}
.sea-serpent {
color: #4cc6c8;
}
.turkish-turquoise {
color: #7ce5e9;
}
.waterspout {
color: #a3f2f5;
}
.refreshing-primer {
color: #d6ffff;
}
/* CSS Variables */
:root {
--baltic:#27a0a0;
--sea-serpent:#4cc6c8;
--turkish-turquoise:#7ce5e9;
--waterspout:#a3f2f5;
--refreshing-primer:#d6ffff;
}