Color names in this palette
CSS code for this palette
/* CSS */
.new-heights {
color: #cfe7f2;
}
.french-pass {
color: #a3d4e0;
}
.aqua-vitale {
color: #7ac2c7;
}
.crystalsong-blue {
color: #4db3b1;
}
.talismanic-teal {
color: #1a9e9c;
}
/* CSS Variables */
:root {
--new-heights:#cfe7f2;
--french-pass:#a3d4e0;
--aqua-vitale:#7ac2c7;
--crystalsong-blue:#4db3b1;
--talismanic-teal:#1a9e9c;
}