Color names in this palette
CSS code for this palette
/* CSS */
.pan-purple {
color: #6b7de1;
}
.promise-keeping {
color: #b1c8e7;
}
.menoth-white-base {
color: #f1e6b7;
}
.first-date {
color: #f4b4a4;
}
.flirty-rose {
color: #d75b8a;
}
/* CSS Variables */
:root {
--pan-purple:#6b7de1;
--promise-keeping:#b1c8e7;
--menoth-white-base:#f1e6b7;
--first-date:#f4b4a4;
--flirty-rose:#d75b8a;
}