Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rose-mallow {
color: #f1a7c8;
}
.violet-kiss {
color: #f39bd6;
}
.crunch {
color: #f4b75d;
}
.flame-orange {
color: #f68a1e;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rose-mallow:#f1a7c8;
--violet-kiss:#f39bd6;
--crunch:#f4b75d;
--flame-orange:#f68a1e;
}