Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.rambling-rose {
color: #d68a99;
}
.pinky-pickle {
color: #b86b8e;
}
.cosmetic-red {
color: #a45b7b;
}
.ancient-fuchsia {
color: #a04b6b;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--rambling-rose:#d68a99;
--pinky-pickle:#b86b8e;
--cosmetic-red:#a45b7b;
--ancient-fuchsia:#a04b6b;
}