CSS code for this palette
/* CSS */
.cotton-ball {
color: #f3f9fc;
}
.french-pass {
color: #a3d5e0;
}
.horizon-haze {
color: #7cbede;
}
.brig {
color: #4ca8c2;
}
.scooter {
color: #2a8a9d;
}
/* CSS Variables */
:root {
--cotton-ball:#f3f9fc;
--french-pass:#a3d5e0;
--horizon-haze:#7cbede;
--brig:#4ca8c2;
--scooter:#2a8a9d;
}