Color names in this palette
CSS code for this palette
/* CSS */
.submarine-grey {
color: #4c5b5d;
}
.reeds {
color: #a2bea3;
}
.herbal-mist {
color: #d2e5d3;
}
.bad-moon-yellow {
color: #f1e5b6;
}
.sango-pink {
color: #f8b3af;
}
/* CSS Variables */
:root {
--submarine-grey:#4c5b5d;
--reeds:#a2bea3;
--herbal-mist:#d2e5d3;
--bad-moon-yellow:#f1e5b6;
--sango-pink:#f8b3af;
}