Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c1;
}
.mountain-laurel {
color: #f2cad6;
}
.cream-rose {
color: #f6e5df;
}
.eggshell-paper {
color: #e0bf9e;
}
.soft-leather {
color: #d89f79;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c1;
--mountain-laurel:#f2cad6;
--cream-rose:#f6e5df;
--eggshell-paper:#e0bf9e;
--soft-leather:#d89f79;
}