Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.viking {
color: #4db2c7;
}
.middle-blue {
color: #7ed3e2;
}
.blizzard-blue {
color: #a1e9f2;
}
.windswept {
color: #d2f2f4;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--viking:#4db2c7;
--middle-blue:#7ed3e2;
--blizzard-blue:#a1e9f2;
--windswept:#d2f2f4;
}