Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.quench-blue {
color: #b5dfe8;
}
.child-of-light {
color: #f1f5f8;
}
.bussell-lace {
color: #e8a39c;
}
.red-arremer {
color: #e04d4d;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--quench-blue:#b5dfe8;
--child-of-light:#f1f5f8;
--bussell-lace:#e8a39c;
--red-arremer:#e04d4d;
}