Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1b4b3d;
}
.bulma-hair {
color: #3a9c68;
}
.diroset {
color: #5ed4a1;
}
.overtone {
color: #a5e3b7;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--brunswick-green:#1b4b3d;
--bulma-hair:#3a9c68;
--diroset:#5ed4a1;
--overtone:#a5e3b7;
--dr-white:#fafafa;
}