Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.bleached-aqua {
color: #b9e4e0;
}
.fallen-blossoms {
color: #f0b2c5;
}
.icy-lemonade {
color: #f6e6b1;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--bleached-aqua:#b9e4e0;
--fallen-blossoms:#f0b2c5;
--icy-lemonade:#f6e6b1;
--snow-white-blush:#f9aeae;
}