Color names in this palette
CSS code for this palette
/* CSS */
.blush-d-amour {
color: #d85a84;
}
.emperor-s-children {
color: #f0a3b2;
}
.palace-rose {
color: #f8c9d5;
}
.sweet-romance {
color: #fbc6db;
}
.first-crush {
color: #f8e2e9;
}
/* CSS Variables */
:root {
--blush-d-amour:#d85a84;
--emperor-s-children:#f0a3b2;
--palace-rose:#f8c9d5;
--sweet-romance:#fbc6db;
--first-crush:#f8e2e9;
}