Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.princess {
color: #f1a7b3;
}
.peony {
color: #e8929d;
}
.i-love-you-pink {
color: #d77e8d;
}
.ballerina-tutu {
color: #c4687e;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--princess:#f1a7b3;
--peony:#e8929d;
--i-love-you-pink:#d77e8d;
--ballerina-tutu:#c4687e;
}