Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d7;
}
.think-pink {
color: #e3a1c1;
}
.little-bow-pink {
color: #d77f9c;
}
.middle-safflower {
color: #c94f7a;
}
.granita {
color: #b42d5a;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d7;
--think-pink:#e3a1c1;
--little-bow-pink:#d77f9c;
--middle-safflower:#c94f7a;
--granita:#b42d5a;
}