Color names in this palette
CSS code for this palette
/* CSS */
.touching-white {
color: #f4e0d7;
}
.english-rose {
color: #f7c5c5;
}
.waddles-pink {
color: #f1a7ca;
}
.prettiest-pink {
color: #e8a1ca;
}
.carnation-rose {
color: #d090c4;
}
/* CSS Variables */
:root {
--touching-white:#f4e0d7;
--english-rose:#f7c5c5;
--waddles-pink:#f1a7ca;
--prettiest-pink:#e8a1ca;
--carnation-rose:#d090c4;
}