Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.eton-blue {
color: #a9d6d0;
}
.green-aqua {
color: #d0e7d9;
}
.pipitschah {
color: #f5e5c2;
}
.pink-chintz {
color: #f0c1cf;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--eton-blue:#a9d6d0;
--green-aqua:#d0e7d9;
--pipitschah:#f5e5c2;
--pink-chintz:#f0c1cf;
}