Color names in this palette
CSS code for this palette
/* CSS */
.black-halo {
color: #1d1a1f;
}
.pergament {
color: #c1a58a;
}
.glazed-persimmon {
color: #d64d38;
}
.floral-leaf {
color: #ffb84d;
}
.peach-butter {
color: #fcac3b;
}
/* CSS Variables */
:root {
--black-halo:#1d1a1f;
--pergament:#c1a58a;
--glazed-persimmon:#d64d38;
--floral-leaf:#ffb84d;
--peach-butter:#fcac3b;
}