Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c7;
}
.rozowy-pink {
color: #f1a7b8;
}
.blush {
color: #f09d8e;
}
.entan-red {
color: #e76e50;
}
.cinnamon-stone {
color: #c75938;
}
/* CSS Variables */
:root {
--chantilly:#eab8c7;
--rozowy-pink:#f1a7b8;
--blush:#f09d8e;
--entan-red:#e76e50;
--cinnamon-stone:#c75938;
}