Color names in this palette
CSS code for this palette
/* CSS */
.purple-balloon {
color: #5e5c84;
}
.gentian {
color: #8e79af;
}
.purple-premiere {
color: #b8a1d4;
}
.sugar-high {
color: #f1c6e7;
}
.creamy-orange-blush {
color: #ff9c7a;
}
/* CSS Variables */
:root {
--purple-balloon:#5e5c84;
--gentian:#8e79af;
--purple-premiere:#b8a1d4;
--sugar-high:#f1c6e7;
--creamy-orange-blush:#ff9c7a;
}