Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.dark-slate-grey {
color: #305050;
}
.tropical-escape {
color: #4cb8b1;
}
.plume {
color: #a4d0d6;
}
.lusty-salmon {
color: #f0b2a3;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--dark-slate-grey:#305050;
--tropical-escape:#4cb8b1;
--plume:#a4d0d6;
--lusty-salmon:#f0b2a3;
}