Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f2b38;
}
.singing-the-blues {
color: #294c65;
}
.tech-wave {
color: #4c7c9a;
}
.artesian-well {
color: #5db6a9;
}
.ice-water-green {
color: #cee8e1;
}
/* CSS Variables */
:root {
--midnight-express:#1f2b38;
--singing-the-blues:#294c65;
--tech-wave:#4c7c9a;
--artesian-well:#5db6a9;
--ice-water-green:#cee8e1;
}