Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1c3f3f;
}
.nickel-ore-green {
color: #4f7d7d;
}
.riverbed {
color: #88bfbf;
}
.blue-light {
color: #aee0e0;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--royal-neptune:#1c3f3f;
--nickel-ore-green:#4f7d7d;
--riverbed:#88bfbf;
--blue-light:#aee0e0;
--anti-flash-white:#f0f5f5;
}