CSS code for this palette
/* CSS */
.storm-blue {
color: #4d7f9d;
}
.rainy-lake {
color: #3c6a8b;
}
.slumber {
color: #2d527b;
}
.blue-bows {
color: #a5c1d5;
}
.mandys-pink {
color: #f4b79f;
}
/* CSS Variables */
:root {
--storm-blue:#4d7f9d;
--rainy-lake:#3c6a8b;
--slumber:#2d527b;
--blue-bows:#a5c1d5;
--mandys-pink:#f4b79f;
}