Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.english-rose {
color: #f6c6c6;
}
.mette-penne {
color: #f8e2d3;
}
.autumn-white {
color: #fce0cf;
}
.mystic-opal {
color: #fcddc0;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--english-rose:#f6c6c6;
--mette-penne:#f8e2d3;
--autumn-white:#fce0cf;
--mystic-opal:#fcddc0;
}