Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d5;
}
.royalty-loyalty {
color: #a95dac;
}
.rosecco {
color: #eab8e4;
}
.maizena {
color: #f6ec60;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d5;
--royalty-loyalty:#a95dac;
--rosecco:#eab8e4;
--maizena:#f6ec60;
--creamy-sweet-corn:#f9c54e;
}