Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.quench-blue {
color: #b6e1e7;
}
.child-of-light {
color: #f1f5f9;
}
.sandy-bay {
color: #f9d4b4;
}
.first-date {
color: #f7afa1;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--quench-blue:#b6e1e7;
--child-of-light:#f1f5f9;
--sandy-bay:#f9d4b4;
--first-date:#f7afa1;
}