Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.mythic-forest {
color: #496a6e;
}
.cathedral-glass {
color: #7b999d;
}
.plume {
color: #a6d1d3;
}
.bone-chilling {
color: #e1f3f4;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--mythic-forest:#496a6e;
--cathedral-glass:#7b999d;
--plume:#a6d1d3;
--bone-chilling:#e1f3f4;
}