Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.bachelor-button {
color: #4bc0d2;
}
.island-paradise {
color: #8ee5e6;
}
.overtone {
color: #a3e6b0;
}
.chiffon {
color: #f1f9b9;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--bachelor-button:#4bc0d2;
--island-paradise:#8ee5e6;
--overtone:#a3e6b0;
--chiffon:#f1f9b9;
}