Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.child-of-light {
color: #f1f5f8;
}
.baby-s-breath {
color: #d9e4e8;
}
.dessert-cream {
color: #f5e5d1;
}
.rustique {
color: #f9bfb4;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--child-of-light:#f1f5f8;
--baby-s-breath:#d9e4e8;
--dessert-cream:#f5e5d1;
--rustique:#f9bfb4;
}