Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e7a6c8;
}
.lily-legs {
color: #f1c6d5;
}
.petal-bloom {
color: #f6d5d9;
}
.peach-mimosa {
color: #f4a38a;
}
.fruit-shake {
color: #f39d8c;
}
/* CSS Variables */
:root {
--prettiest-pink:#e7a6c8;
--lily-legs:#f1c6d5;
--petal-bloom:#f6d5d9;
--peach-mimosa:#f4a38a;
--fruit-shake:#f39d8c;
}