Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a7b3;
}
.miami-pink {
color: #f7c5d7;
}
.cream-rose {
color: #f6e5df;
}
.pink-mimosa {
color: #f5baa8;
}
.dragon-fruit {
color: #d85a64;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a7b3;
--miami-pink:#f7c5d7;
--cream-rose:#f6e5df;
--pink-mimosa:#f5baa8;
--dragon-fruit:#d85a64;
}