Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a95b8c;
}
.young-at-heart {
color: #d69eab;
}
.british-rose {
color: #f1c6dc;
}
.mette-penne {
color: #f8e1d3;
}
.eternal-white {
color: #f9f3dc;
}
/* CSS Variables */
:root {
--cyclamen-red:#a95b8c;
--young-at-heart:#d69eab;
--british-rose:#f1c6dc;
--mette-penne:#f8e1d3;
--eternal-white:#f9f3dc;
}