Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8fab;
}
.azurean {
color: #5ac1d8;
}
.turkish-turquoise {
color: #76e1e5;
}
.pale-king-s-blue {
color: #a2f1e9;
}
.ice {
color: #d7f9f9;
}
/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--azurean:#5ac1d8;
--turkish-turquoise:#76e1e5;
--pale-king-s-blue:#a2f1e9;
--ice:#d7f9f9;
}