Color names in this palette
CSS code for this palette
/* CSS */
.terminator-chrome {
color: #dce0e5;
}
.tradewind {
color: #b6c2c8;
}
.cool-dusk {
color: #7a9eae;
}
.mirage-lake {
color: #4b918d;
}
.blue-hosta {
color: #2a7474;
}
/* CSS Variables */
:root {
--terminator-chrome:#dce0e5;
--tradewind:#b6c2c8;
--cool-dusk:#7a9eae;
--mirage-lake:#4b918d;
--blue-hosta:#2a7474;
}