Color names in this palette
CSS code for this palette
/* CSS */
.hazy-moon {
color: #f2dca1;
}
.squash-bisque {
color: #ebb07f;
}
.long-forgotten-purple {
color: #a4799c;
}
.pure-mauve {
color: #6a4c94;
}
.fuchsia-kiss {
color: #c56d9d;
}
/* CSS Variables */
:root {
--hazy-moon:#f2dca1;
--squash-bisque:#ebb07f;
--long-forgotten-purple:#a4799c;
--pure-mauve:#6a4c94;
--fuchsia-kiss:#c56d9d;
}