Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.aztec-sky {
color: #4db8d5;
}
.luminescent-blue {
color: #a2e2e6;
}
.fresh-pineapple {
color: #f4d24e;
}
.mulberry-thorn {
color: #c67d2a;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--aztec-sky:#4db8d5;
--luminescent-blue:#a2e2e6;
--fresh-pineapple:#f4d24e;
--mulberry-thorn:#c67d2a;
}