Color names in this palette
CSS code for this palette
/* CSS */
.naturale {
color: #f2e0cf;
}
.mystic-tulip {
color: #f6b6a2;
}
.young-crab {
color: #f69d9d;
}
.shell-pink {
color: #f77e7e;
}
.carmine-rose {
color: #e55d8c;
}
/* CSS Variables */
:root {
--naturale:#f2e0cf;
--mystic-tulip:#f6b6a2;
--young-crab:#f69d9d;
--shell-pink:#f77e7e;
--carmine-rose:#e55d8c;
}