Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.ibis {
color: #f1b1c0;
}
.september-sun {
color: #fbd4a2;
}
.candy-heart-pink {
color: #f7a4a1;
}
.enhance {
color: #d2a7b9;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--ibis:#f1b1c0;
--september-sun:#fbd4a2;
--candy-heart-pink:#f7a4a1;
--enhance:#d2a7b9;
}