Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f8c8a0;
}
.candy-heart-pink {
color: #f6a4a2;
}
.tonys-pink {
color: #e89d8c;
}
.coral-expression {
color: #d66b6b;
}
.enticing-red {
color: #b95050;
}
/* CSS Variables */
:root {
--chai-latte:#f8c8a0;
--candy-heart-pink:#f6a4a2;
--tonys-pink:#e89d8c;
--coral-expression:#d66b6b;
--enticing-red:#b95050;
}