Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f5a3d7;
}
.rosecco {
color: #eab8e4;
}
.kundalini-bliss {
color: #d3cdda;
}
.frosty-soft-blue {
color: #b1e2df;
}
.cream-custard {
color: #f1d6b1;
}
/* CSS Variables */
:root {
--violet-kiss:#f5a3d7;
--rosecco:#eab8e4;
--kundalini-bliss:#d3cdda;
--frosty-soft-blue:#b1e2df;
--cream-custard:#f1d6b1;
}