Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a3b0;
}
.cor-de-pele {
color: #f4c3c3;
}
.pallid-orange {
color: #ffb89e;
}
.salmon-orange {
color: #ff8e6b;
}
.sunset-orange {
color: #ff5f57;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a3b0;
--cor-de-pele:#f4c3c3;
--pallid-orange:#ffb89e;
--salmon-orange:#ff8e6b;
--sunset-orange:#ff5f57;
}