Color names in this palette
CSS code for this palette
/* CSS */
.lacustral {
color: #1d4e4e;
}
.evora {
color: #4f8c8c;
}
.cold-front-green {
color: #86b1b1;
}
.frosty-soft-blue {
color: #b3e0e0;
}
.icy-wind {
color: #d5f1f1;
}
/* CSS Variables */
:root {
--lacustral:#1d4e4e;
--evora:#4f8c8c;
--cold-front-green:#86b1b1;
--frosty-soft-blue:#b3e0e0;
--icy-wind:#d5f1f1;
}