Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.north-sea {
color: #2d6a6c;
}
.tropical-escape {
color: #4cb8b1;
}
.ice-crystal-blue {
color: #a6e2df;
}
.rustique {
color: #f4c0b3;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--north-sea:#2d6a6c;
--tropical-escape:#4cb8b1;
--ice-crystal-blue:#a6e2df;
--rustique:#f4c0b3;
}