Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #499c68;
}
.glacial-green {
color: #71b7ab;
}
.shallow-shoal {
color: #9dd8d1;
}
.lazy-daisy {
color: #f7e9a1;
}
.poppy-glow {
color: #f18b4b;
}
/* CSS Variables */
:root {
--greenbrier:#499c68;
--glacial-green:#71b7ab;
--shallow-shoal:#9dd8d1;
--lazy-daisy:#f7e9a1;
--poppy-glow:#f18b4b;
}