Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.ponderosa-pine {
color: #2a494c;
}
.nickel-ore-green {
color: #507c7c;
}
.pastel-turquoise {
color: #96c3c5;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--ponderosa-pine:#2a494c;
--nickel-ore-green:#507c7c;
--pastel-turquoise:#96c3c5;
--everlasting-ice:#f5fafa;
}