Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-topaz {
color: #1bc0af;
}
.soft-turquoise {
color: #72d5d1;
}
.everest {
color: #a3e6e4;
}
.let-it-snow {
color: #d7f4f2;
}
.sparkling-snow {
color: #f5ffff;
}
/* CSS Variables */
:root {
--turquoise-topaz:#1bc0af;
--soft-turquoise:#72d5d1;
--everest:#a3e6e4;
--let-it-snow:#d7f4f2;
--sparkling-snow:#f5ffff;
}