Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.mountain-laurel {
color: #f6c6d7;
}
.gumball {
color: #e6b3cf;
}
.grape-illusion {
color: #b7a2d7;
}
.kindred {
color: #6e9ed8;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--mountain-laurel:#f6c6d7;
--gumball:#e6b3cf;
--grape-illusion:#b7a2d7;
--kindred:#6e9ed8;
}