Color names in this palette
CSS code for this palette
/* CSS */
.sparkle-glow {
color: #f6d2b6;
}
.pink-abalone {
color: #e8b7a1;
}
.white-acorn {
color: #d8a78d;
}
.chimera-brown {
color: #c79b7a;
}
.fire-dust {
color: #b68c68;
}
/* CSS Variables */
:root {
--sparkle-glow:#f6d2b6;
--pink-abalone:#e8b7a1;
--white-acorn:#d8a78d;
--chimera-brown:#c79b7a;
--fire-dust:#b68c68;
}