Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.bachelor-button {
color: #4dc1d5;
}
.tanager-turquoise {
color: #8dd8e7;
}
.ice-citadel {
color: #b1f2f7;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--bachelor-button:#4dc1d5;
--tanager-turquoise:#8dd8e7;
--ice-citadel:#b1f2f7;
--light-cyan:#e0ffff;
}