Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #9fc2df;
}
.hoeth-blue {
color: #5aa6d8;
}
.larkspur {
color: #3a7992;
}
.miami-marmalade {
color: #f78d1d;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
/* CSS Variables */
:root {
--metal-gear:#9fc2df;
--hoeth-blue:#5aa6d8;
--larkspur:#3a7992;
--miami-marmalade:#f78d1d;
--salted-caramel-popcorn:#f9b14e;
}