Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-purple {
color: #d83b7a;
}
.flushed {
color: #e05757;
}
.golden-thread {
color: #e8c878;
}
.tulip-soft-blue {
color: #c2c4d6;
}
.wonder-wish {
color: #a77b99;
}
/* CSS Variables */
:root {
--fuchsia-purple:#d83b7a;
--flushed:#e05757;
--golden-thread:#e8c878;
--tulip-soft-blue:#c2c4d6;
--wonder-wish:#a77b99;
}