Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d6;
}
.think-pink {
color: #e5a4c2;
}
.firm-pink {
color: #d58bca;
}
.english-lavender {
color: #a07cb1;
}
.kimberly {
color: #6b5b8b;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d6;
--think-pink:#e5a4c2;
--firm-pink:#d58bca;
--english-lavender:#a07cb1;
--kimberly:#6b5b8b;
}