Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.aztec-sky {
color: #4eb7d4;
}
.vandermint {
color: #a9e1e5;
}
.child-of-light {
color: #f1f5f9;
}
.5 {
color: #f9d68b;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--aztec-sky:#4eb7d4;
--vandermint:#a9e1e5;
--child-of-light:#f1f5f9;
--5:#f9d68b;
}