Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1f9cb2;
}
.turquoise-sea {
color: #66d2e1;
}
.everest {
color: #a1e3e2;
}
.lynx-white {
color: #f6f8f7;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1f9cb2;
--turquoise-sea:#66d2e1;
--everest:#a1e3e2;
--lynx-white:#f6f8f7;
--apricot-glazed-chicken:#f5a524;
}