Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.bachelor-button {
color: #4bc0d8;
}
.tanager-turquoise {
color: #8dd7e8;
}
.icy-breeze {
color: #c1f0f6;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--bachelor-button:#4bc0d8;
--tanager-turquoise:#8dd7e8;
--icy-breeze:#c1f0f6;
--wash-me:#f8fafc;
}