CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.aria {
color: #e3e3e3;
}
.apple-cream {
color: #b6d7a8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vanilla {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--aria:#e3e3e3;
--apple-cream:#b6d7a8;
--grapefruit-pulp:#ff6e61;
--vanilla:#f3e4aa;
}