Color names in this palette
CSS code for this palette
/* CSS */
.air-of-mint {
color: #d8f3f0;
}
.alaskan-wind {
color: #b9e2e9;
}
.island-oasis {
color: #87d8d9;
}
.crystalsong-blue {
color: #51b8b3;
}
.taos-turquoise {
color: #2a8c8d;
}
/* CSS Variables */
:root {
--air-of-mint:#d8f3f0;
--alaskan-wind:#b9e2e9;
--island-oasis:#87d8d9;
--crystalsong-blue:#51b8b3;
--taos-turquoise:#2a8c8d;
}