Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rogue-pink {
color: #f4a4c1;
}
.cream-blush {
color: #f6c598;
}
.venetian-yellow {
color: #f7e3a1;
}
.juzcar-blue {
color: #a4d5f4;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rogue-pink:#f4a4c1;
--cream-blush:#f6c598;
--venetian-yellow:#f7e3a1;
--juzcar-blue:#a4d5f4;
}