Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.romantic-morning {
color: #e1b7e0;
}
.solaria {
color: #f5d88e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--romantic-morning:#e1b7e0;
--solaria:#f5d88e;
--apricot-glazed-chicken:#f5a524;
--flame-stitch:#d95d45;
}