Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e2a7c1;
}
.mountain-laurel {
color: #f6c6d6;
}
.pork-belly {
color: #f9e1e8;
}
.naive-peach {
color: #fce7d4;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--think-pink:#e2a7c1;
--mountain-laurel:#f6c6d6;
--pork-belly:#f9e1e8;
--naive-peach:#fce7d4;
--floral-leaf:#ffb84d;
}