Color names in this palette
CSS code for this palette
/* CSS */
.porcellana {
color: #ffc1a8;
}
.buttery-salmon {
color: #ffb19e;
}
.peach-pink {
color: #ff9b8a;
}
.salmon {
color: #ff7c6b;
}
.algerian-coral {
color: #ff5e4d;
}
/* CSS Variables */
:root {
--porcellana:#ffc1a8;
--buttery-salmon:#ffb19e;
--peach-pink:#ff9b8a;
--salmon:#ff7c6b;
--algerian-coral:#ff5e4d;
}