Color names in this palette
CSS code for this palette
/* CSS */
.light-sh-gi-white {
color: #d9d3d5;
}
.blue-dam {
color: #a1c4d4;
}
.blue-martini {
color: #54b8d4;
}
.blue-kelp {
color: #1d7e81;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--light-sh-gi-white:#d9d3d5;
--blue-dam:#a1c4d4;
--blue-martini:#54b8d4;
--blue-kelp:#1d7e81;
--welcoming-wasp:#f0a800;
}