Color names in this palette
CSS code for this palette
/* CSS */
.fennel-flower {
color: #7a9cff;
}
.shy-moment {
color: #b19eff;
}
.euphoria {
color: #eab8ff;
}
.blush-hour {
color: #ff7092;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--fennel-flower:#7a9cff;
--shy-moment:#b19eff;
--euphoria:#eab8ff;
--blush-hour:#ff7092;
--floral-leaf:#ffb84d;
}