Color names in this palette
CSS code for this palette
/* CSS */
.anthracite-blue {
color: #3e4960;
}
.cypress-grey-blue {
color: #6b7985;
}
.bon-voyage {
color: #8db1b4;
}
.seaglass {
color: #d1e5e0;
}
.dolly-cheek {
color: #f9c9b4;
}
/* CSS Variables */
:root {
--anthracite-blue:#3e4960;
--cypress-grey-blue:#6b7985;
--bon-voyage:#8db1b4;
--seaglass:#d1e5e0;
--dolly-cheek:#f9c9b4;
}