Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.peabody {
color: #3d7071;
}
.caulerpa-lentillifera {
color: #5b9a99;
}
.rainwater {
color: #88d8d3;
}
.frosty-soft-blue {
color: #b2e1e0;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--peabody:#3d7071;
--caulerpa-lentillifera:#5b9a99;
--rainwater:#88d8d3;
--frosty-soft-blue:#b2e1e0;
}