Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.french-vanilla {
color: #f0e1a8;
}
.shrimp-toast {
color: #f7c6a1;
}
.rustique {
color: #f4c1b3;
}
.french-lilac {
color: #dab9d8;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--french-vanilla:#f0e1a8;
--shrimp-toast:#f7c6a1;
--rustique:#f4c1b3;
--french-lilac:#dab9d8;
}