CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8fab;
}
.skink-blue {
color: #5abfd3;
}
.everest {
color: #a2e6e2;
}
.white-nectar {
color: #f7f9d7;
}
.trump-tan {
color: #f9a76c;
}
/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--skink-blue:#5abfd3;
--everest:#a2e6e2;
--white-nectar:#f7f9d7;
--trump-tan:#f9a76c;
}