CSS code for this palette
/* CSS */
.french-pass {
color: #a3d3e0;
}
.thredbo {
color: #76c3d6;
}
.brig {
color: #4ca6c2;
}
.aqueous {
color: #3a8e9c;
}
.thousand-herb {
color: #2a7989;
}
/* CSS Variables */
:root {
--french-pass:#a3d3e0;
--thredbo:#76c3d6;
--brig:#4ca6c2;
--aqueous:#3a8e9c;
--thousand-herb:#2a7989;
}