Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #da3d34;
}
.breeze-of-chilli {
color: #f07070;
}
.buttery-salmon {
color: #ffb19e;
}
.biscuit-cream {
color: #f7c9b6;
}
.kashmir-pink {
color: #e8c6c4;
}
/* CSS Variables */
:root {
--vampire-red:#da3d34;
--breeze-of-chilli:#f07070;
--buttery-salmon:#ffb19e;
--biscuit-cream:#f7c9b6;
--kashmir-pink:#e8c6c4;
}