Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.opal {
color: #b1dfe2;
}
.white-solid {
color: #f5f7fa;
}
.smoke-and-mirrors {
color: #dae5e7;
}
.magnesium {
color: #c2c2c2;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--opal:#b1dfe2;
--white-solid:#f5f7fa;
--smoke-and-mirrors:#dae5e7;
--magnesium:#c2c2c2;
}