Color names in this palette
CSS code for this palette
/* CSS */
.golden-thread {
color: #e8c378;
}
.dull-apricot {
color: #d09a9a;
}
.violet-tulle {
color: #b78ab4;
}
.flowering-raspberry {
color: #a06e95;
}
.when-red-met-blue {
color: #5c3e75;
}
/* CSS Variables */
:root {
--golden-thread:#e8c378;
--dull-apricot:#d09a9a;
--violet-tulle:#b78ab4;
--flowering-raspberry:#a06e95;
--when-red-met-blue:#5c3e75;
}