Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3c3e;
}
.nickel-ore-green {
color: #4f7b7d;
}
.vintage-blue {
color: #87baba;
}
.fine-blue {
color: #b4e4e0;
}
.bakery-box {
color: #eff5f5;
}
/* CSS Variables */
:root {
--nordic:#1e3c3e;
--nickel-ore-green:#4f7b7d;
--vintage-blue:#87baba;
--fine-blue:#b4e4e0;
--bakery-box:#eff5f5;
}