Color names in this palette
CSS code for this palette
/* CSS */
.night-shift {
color: #2c606d;
}
.flounce {
color: #4b8b8b;
}
.le-max {
color: #82b09f;
}
.peppermint-patty {
color: #d2e5d6;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--night-shift:#2c606d;
--flounce:#4b8b8b;
--le-max:#82b09f;
--peppermint-patty:#d2e5d6;
--bleached-silk:#f2f4f1;
}