Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.moonlit-forest {
color: #3b6d6d;
}
.happy-cricket {
color: #6cae6b;
}
.green-day {
color: #aeea86;
}
.first-day-of-summer {
color: #f3e79b;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moonlit-forest:#3b6d6d;
--happy-cricket:#6cae6b;
--green-day:#aeea86;
--first-day-of-summer:#f3e79b;
}