Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.moonlit-forest {
color: #3b6d6d;
}
.jugendstil-turquoise {
color: #5c999d;
}
.frugal {
color: #a4d6b1;
}
.cr-me-de-la-cr-me {
color: #f1e7b6;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moonlit-forest:#3b6d6d;
--jugendstil-turquoise:#5c999d;
--frugal:#a4d6b1;
--cr-me-de-la-cr-me:#f1e7b6;
}