CSS code for this palette
/* CSS */
.boyzone {
color: #2a9cd5;
}
.lake-thun {
color: #4cb7e1;
}
.middle-blue {
color: #7ed4e7;
}
.uranus {
color: #a8e8f0;
}
.windswept {
color: #cff3f7;
}
/* CSS Variables */
:root {
--boyzone:#2a9cd5;
--lake-thun:#4cb7e1;
--middle-blue:#7ed4e7;
--uranus:#a8e8f0;
--windswept:#cff3f7;
}