Color names in this palette
CSS code for this palette
/* CSS */
.mr-glass {
color: #c0d2f2;
}
.angela-bay {
color: #a7c4e6;
}
.aero {
color: #77b8e9;
}
.blue-astro {
color: #4ea5d4;
}
.valley-of-glaciers {
color: #2c7c9b;
}
/* CSS Variables */
:root {
--mr-glass:#c0d2f2;
--angela-bay:#a7c4e6;
--aero:#77b8e9;
--blue-astro:#4ea5d4;
--valley-of-glaciers:#2c7c9b;
}