Color names in this palette
CSS code for this palette
/* CSS */
.frost-bite {
color: #f6efe4;
}
.hanyauku {
color: #e2d4c5;
}
.mink-haze {
color: #c5b4a0;
}
.chocolate-powder {
color: #a78c7b;
}
.bateau-brown {
color: #7b5d5b;
}
/* CSS Variables */
:root {
--frost-bite:#f6efe4;
--hanyauku:#e2d4c5;
--mink-haze:#c5b4a0;
--chocolate-powder:#a78c7b;
--bateau-brown:#7b5d5b;
}