Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.escalante {
color: #a85d5d;
}
.artifact {
color: #c9a08d;
}
.blossom-yellow {
color: #e3ca7d;
}
.precious-dewdrop {
color: #f5f7e3;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--escalante:#a85d5d;
--artifact:#c9a08d;
--blossom-yellow:#e3ca7d;
--precious-dewdrop:#f5f7e3;
}