Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.mountain-laurel {
color: #f6c6d7;
}
.child-s-play {
color: #e5b8d7;
}
.bright-ube {
color: #d7a6e7;
}
.mystic-river {
color: #b8c9e0;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--mountain-laurel:#f6c6d7;
--child-s-play:#e5b8d7;
--bright-ube:#d7a6e7;
--mystic-river:#b8c9e0;
}