Color names in this palette
CSS code for this palette
/* CSS */
.miami-pink {
color: #f8c4d9;
}
.sweet-60 {
color: #f09eae;
}
.flower-blossom-pink {
color: #ef7b89;
}
.entan-red {
color: #e76e50;
}
.warming-heart {
color: #d94a3a;
}
/* CSS Variables */
:root {
--miami-pink:#f8c4d9;
--sweet-60:#f09eae;
--flower-blossom-pink:#ef7b89;
--entan-red:#e76e50;
--warming-heart:#d94a3a;
}