Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a2b1;
}
.satin-latour {
color: #f9d9ae;
}
.durango-dust {
color: #f9e19f;
}
.peach-damask {
color: #f8c5a5;
}
.bunny-cake {
color: #f1b6cf;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a2b1;
--satin-latour:#f9d9ae;
--durango-dust:#f9e19f;
--peach-damask:#f8c5a5;
--bunny-cake:#f1b6cf;
}