Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.mountain-laurel {
color: #f4c8d6;
}
.japanese-rose-garden {
color: #e3b5c5;
}
.berry-popsicle {
color: #d8a6c8;
}
.violet-whimsy {
color: #b38db9;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--mountain-laurel:#f4c8d6;
--japanese-rose-garden:#e3b5c5;
--berry-popsicle:#d8a6c8;
--violet-whimsy:#b38db9;
}