CSS code for this palette
/* CSS */
.paradise {
color: #dbf0ea;
}
.aqua-spray {
color: #a4d9db;
}
.thredbo {
color: #75c5d7;
}
.epimetheus {
color: #49b6d4;
}
.bondi-blue {
color: #0096b8;
}
/* CSS Variables */
:root {
--paradise:#dbf0ea;
--aqua-spray:#a4d9db;
--thredbo:#75c5d7;
--epimetheus:#49b6d4;
--bondi-blue:#0096b8;
}