Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.plum-blossom {
color: #f2a1a2;
}
.melon-baby {
color: #f27b69;
}
.obstinate-orange {
color: #d55a2a;
}
.apple-polish {
color: #893e3e;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--plum-blossom:#f2a1a2;
--melon-baby:#f27b69;
--obstinate-orange:#d55a2a;
--apple-polish:#893e3e;
}