Color names in this palette
CSS code for this palette
/* CSS */
.misty-mountains {
color: #c1d2e6;
}
.blue-dam {
color: #a1c6d4;
}
.trisha-s-eyes {
color: #8eb8c7;
}
.aurora-teal {
color: #6db0af;
}
.majorca-blue {
color: #4c9a97;
}
/* CSS Variables */
:root {
--misty-mountains:#c1d2e6;
--blue-dam:#a1c6d4;
--trisha-s-eyes:#8eb8c7;
--aurora-teal:#6db0af;
--majorca-blue:#4c9a97;
}