Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f8c8a0;
}
.calabrese {
color: #f1a8a2;
}
.porcelain-rose {
color: #ef6c6c;
}
.vampire-red {
color: #d63f2e;
}
.red-contrast {
color: #b43131;
}
/* CSS Variables */
:root {
--chai-latte:#f8c8a0;
--calabrese:#f1a8a2;
--porcelain-rose:#ef6c6c;
--vampire-red:#d63f2e;
--red-contrast:#b43131;
}