Color names in this palette
CSS code for this palette
/* CSS */
.coy-pink {
color: #f7d9d9;
}
.pressed-rose {
color: #f1a7a7;
}
.breeze-of-chilli {
color: #f07070;
}
.capocollo {
color: #d8544f;
}
.harissa-red {
color: #a52c2c;
}
/* CSS Variables */
:root {
--coy-pink:#f7d9d9;
--pressed-rose:#f1a7a7;
--breeze-of-chilli:#f07070;
--capocollo:#d8544f;
--harissa-red:#a52c2c;
}