Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1f4d3c;
}
.fresh-oregano {
color: #49a76d;
}
.eerie-glow {
color: #a7d7b8;
}
.almond-oil {
color: #f6f0c1;
}
.sandy-brown {
color: #f1a35b;
}
/* CSS Variables */
:root {
--brunswick-green:#1f4d3c;
--fresh-oregano:#49a76d;
--eerie-glow:#a7d7b8;
--almond-oil:#f6f0c1;
--sandy-brown:#f1a35b;
}