Color names in this palette
CSS code for this palette
/* CSS */
.dove-wing {
color: #d6d8d4;
}
.quiet-time {
color: #b8beb6;
}
.bon-voyage {
color: #8caeb5;
}
.grey-teal {
color: #5c9d8c;
}
.mammoth-mountain {
color: #3d6b7b;
}
/* CSS Variables */
:root {
--dove-wing:#d6d8d4;
--quiet-time:#b8beb6;
--bon-voyage:#8caeb5;
--grey-teal:#5c9d8c;
--mammoth-mountain:#3d6b7b;
}