Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.friendly-yellow {
color: #f5e0b2;
}
.miami-marmalade {
color: #f78d1d;
}
.kaihau-express {
color: #d14d00;
}
.amaranth-blossom {
color: #7b1e31;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--friendly-yellow:#f5e0b2;
--miami-marmalade:#f78d1d;
--kaihau-express:#d14d00;
--amaranth-blossom:#7b1e31;
}