Color names in this palette
CSS code for this palette
/* CSS */
.cover-of-night {
color: #4a4f4e;
}
.brussels {
color: #6b7b6e;
}
.monarch-s-cocoon {
color: #8eaf90;
}
.flower-stem {
color: #b4d2b2;
}
.sun-bleached-mint {
color: #e4f0e0;
}
/* CSS Variables */
:root {
--cover-of-night:#4a4f4e;
--brussels:#6b7b6e;
--monarch-s-cocoon:#8eaf90;
--flower-stem:#b4d2b2;
--sun-bleached-mint:#e4f0e0;
}