Color names in this palette
CSS code for this palette
/* CSS */
.loden-purple {
color: #503d76;
}
.flowering-raspberry {
color: #a56f94;
}
.love-at-first-sight {
color: #e6a3b0;
}
.avid-apricot {
color: #f4c59f;
}
.storm-lightning {
color: #f9e89f;
}
/* CSS Variables */
:root {
--loden-purple:#503d76;
--flowering-raspberry:#a56f94;
--love-at-first-sight:#e6a3b0;
--avid-apricot:#f4c59f;
--storm-lightning:#f9e89f;
}