Color names in this palette
CSS code for this palette
/* CSS */
.naval-night {
color: #0a1e3d;
}
.canoe-blue {
color: #1b5074;
}
.hippie-blue {
color: #4c8a9a;
}
.crystal-gem {
color: #7bd5a2;
}
.classic-chalk {
color: #f5f5f0;
}
/* CSS Variables */
:root {
--naval-night:#0a1e3d;
--canoe-blue:#1b5074;
--hippie-blue:#4c8a9a;
--crystal-gem:#7bd5a2;
--classic-chalk:#f5f5f0;
}