Color names in this palette
CSS code for this palette
/* CSS */
.porcellana {
color: #ffc1a8;
}
.first-date {
color: #f7b1a1;
}
.fruit-shake {
color: #f09a8e;
}
.peony-pink {
color: #e58d80;
}
.golgfag-brown {
color: #d77c70;
}
/* CSS Variables */
:root {
--porcellana:#ffc1a8;
--first-date:#f7b1a1;
--fruit-shake:#f09a8e;
--peony-pink:#e58d80;
--golgfag-brown:#d77c70;
}