Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b84c4e;
}
.candy-heart-pink {
color: #f7a3a1;
}
.peach-damask {
color: #f7c5a6;
}
.venetian-yellow {
color: #f7e4a1;
}
.cucumber-ice {
color: #c9d69f;
}
/* CSS Variables */
:root {
--enticing-red:#b84c4e;
--candy-heart-pink:#f7a3a1;
--peach-damask:#f7c5a6;
--venetian-yellow:#f7e4a1;
--cucumber-ice:#c9d69f;
}