Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3c6c90;
}
.winter-lakes {
color: #599acf;
}
.aero {
color: #7abdf0;
}
.light-shimmer {
color: #a3d5f0;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--rainy-lake:#3c6c90;
--winter-lakes:#599acf;
--aero:#7abdf0;
--light-shimmer:#a3d5f0;
--coastal-breeze:#e0f7fa;
}