Color names in this palette
CSS code for this palette
/* CSS */
.porcellana {
color: #ffc1a8;
}
.buttery-salmon {
color: #ffb19e;
}
.peach-pink {
color: #ff9d8a;
}
.play-til-dawn {
color: #ff8a75;
}
.peachy-pinky {
color: #ff7961;
}
/* CSS Variables */
:root {
--porcellana:#ffc1a8;
--buttery-salmon:#ffb19e;
--peach-pink:#ff9d8a;
--play-til-dawn:#ff8a75;
--peachy-pinky:#ff7961;
}