Color names in this palette
CSS code for this palette
/* CSS */
.aloof {
color: #d4e1e8;
}
.rest-assured {
color: #9cc2c9;
}
.great-fennel-flower {
color: #6f9b9f;
}
.betta-fish {
color: #3b6868;
}
.nordic {
color: #1e3b3e;
}
/* CSS Variables */
:root {
--aloof:#d4e1e8;
--rest-assured:#9cc2c9;
--great-fennel-flower:#6f9b9f;
--betta-fish:#3b6868;
--nordic:#1e3b3e;
}