Color names in this palette
CSS code for this palette
/* CSS */
.miami-pink {
color: #f7c5d9;
}
.tickled-pink {
color: #f2a6c3;
}
.minimal-rose {
color: #f6d0e2;
}
.creamy-custard {
color: #f9e6be;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--miami-pink:#f7c5d9;
--tickled-pink:#f2a6c3;
--minimal-rose:#f6d0e2;
--creamy-custard:#f9e6be;
--wildflower-bouquet:#ffb3b3;
}