Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.mandys-pink {
color: #f4b79f;
}
.cumquat-cream {
color: #f09f7f;
}
.porcelain-rose {
color: #ea6c6c;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--mandys-pink:#f4b79f;
--cumquat-cream:#f09f7f;
--porcelain-rose:#ea6c6c;
--vampire-red:#d63f2e;
}