Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.think-pink {
color: #e6a7c3;
}
.rambling-rose {
color: #d68a99;
}
.dirty-pink {
color: #ca7d7d;
}
.cajun-spice {
color: #c66e5d;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--think-pink:#e6a7c3;
--rambling-rose:#d68a99;
--dirty-pink:#ca7d7d;
--cajun-spice:#c66e5d;
}