Color names in this palette
CSS code for this palette
/* CSS */
.black-box {
color: #0e292f;
}
.delta-green {
color: #2c4c4e;
}
.sea-pine {
color: #4c696b;
}
.water-slide {
color: #a1cfd4;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--black-box:#0e292f;
--delta-green:#2c4c4e;
--sea-pine:#4c696b;
--water-slide:#a1cfd4;
--american-yellow:#f5b400;
}