Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.candy-heart-pink {
color: #f6a2a2;
}
.salmon-pok-bowl {
color: #f17979;
}
.pinkadelic {
color: #c85f5f;
}
.mexican-red {
color: #9a3c3c;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--candy-heart-pink:#f6a2a2;
--salmon-pok-bowl:#f17979;
--pinkadelic:#c85f5f;
--mexican-red:#9a3c3c;
}