Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.aztec-sky {
color: #4ab7d9;
}
.aquamarine-blue {
color: #73d4e2;
}
.everest {
color: #a1e2e3;
}
.windswept {
color: #d1f2f5;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--aztec-sky:#4ab7d9;
--aquamarine-blue:#73d4e2;
--everest:#a1e2e3;
--windswept:#d1f2f5;
}