Color names in this palette
CSS code for this palette
/* CSS */
.pink-illusion {
color: #d7b2f0;
}
.rosecco {
color: #eab8e4;
}
.nutter-butter {
color: #f7d5c5;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--pink-illusion:#d7b2f0;
--rosecco:#eab8e4;
--nutter-butter:#f7d5c5;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}