Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c2;
}
.soft-satin {
color: #efc3ce;
}
.clear-calamine {
color: #f7e6e3;
}
.satin-latour {
color: #f9d9ae;
}
.plum-blossom {
color: #f2a2a1;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c2;
--soft-satin:#efc3ce;
--clear-calamine:#f7e6e3;
--satin-latour:#f9d9ae;
--plum-blossom:#f2a2a1;
}