Color names in this palette
CSS code for this palette
/* CSS */
.big-ocean-wave {
color: #31708c;
}
.tl-loc-blue {
color: #2e6e7f;
}
.night-shift {
color: #2a5e6f;
}
.smooth-satin {
color: #a2d8d2;
}
.butter-cream {
color: #f1b341;
}
/* CSS Variables */
:root {
--big-ocean-wave:#31708c;
--tl-loc-blue:#2e6e7f;
--night-shift:#2a5e6f;
--smooth-satin:#a2d8d2;
--butter-cream:#f1b341;
}