Color names in this palette
CSS code for this palette
/* CSS */
.new-navy-blue {
color: #3b4a54;
}
.before-the-storm {
color: #4e6b73;
}
.wave-jumper {
color: #6b8f9e;
}
.holiday {
color: #7fc7b6;
}
.capri-water-blue {
color: #a8e1d6;
}
/* CSS Variables */
:root {
--new-navy-blue:#3b4a54;
--before-the-storm:#4e6b73;
--wave-jumper:#6b8f9e;
--holiday:#7fc7b6;
--capri-water-blue:#a8e1d6;
}