Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.silver-tree {
color: #69bf91;
}
.bulma-hair {
color: #3b9b68;
}
.canadian-pine {
color: #2d7c4e;
}
.derbyshire {
color: #1f5b3a;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--silver-tree:#69bf91;
--bulma-hair:#3b9b68;
--canadian-pine:#2d7c4e;
--derbyshire:#1f5b3a;
}