Color names in this palette
CSS code for this palette
/* CSS */
.pink-macaroon {
color: #e9afc4;
}
.hopeful {
color: #f1d5e1;
}
.blush-tint {
color: #f5e0e6;
}
.grim-white {
color: #f8f1f3;
}
.light-dedication {
color: #fbe7d5;
}
/* CSS Variables */
:root {
--pink-macaroon:#e9afc4;
--hopeful:#f1d5e1;
--blush-tint:#f5e0e6;
--grim-white:#f8f1f3;
--light-dedication:#fbe7d5;
}