CSS code for this palette
/* CSS */
.peek-a-blue {
color: #c5e2e2;
}
.chuff-blue {
color: #90c6c6;
}
.fairstar {
color: #6ea6a6;
}
.mirage-lake {
color: #4c9090;
}
.atoll {
color: #2f7979;
}
/* CSS Variables */
:root {
--peek-a-blue:#c5e2e2;
--chuff-blue:#90c6c6;
--fairstar:#6ea6a6;
--mirage-lake:#4c9090;
--atoll:#2f7979;
}