Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.fine-blue {
color: #b6e2df;
}
.zappy-zebra {
color: #f0f3f4;
}
.gumball {
color: #e8b5d3;
}
.noble-blush {
color: #e6b9b2;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--fine-blue:#b6e2df;
--zappy-zebra:#f0f3f4;
--gumball:#e8b5d3;
--noble-blush:#e6b9b2;
}