Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.echo-iris {
color: #b7e3f5;
}
.peach-pearl {
color: #ffb4a3;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--echo-iris:#b7e3f5;
--peach-pearl:#ffb4a3;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--grapefruit-pulp:#ff6e61;
}