Color names in this palette
CSS code for this palette
/* CSS */
.mauvelous {
color: #d8b0c1;
}
.love-at-first-sight {
color: #e6a3b0;
}
.cotton-candy-aesthetic {
color: #f6b6e5;
}
.miami-stucco {
color: #f3d5b9;
}
.blue-dam {
color: #a5c6d5;
}
/* CSS Variables */
:root {
--mauvelous:#d8b0c1;
--love-at-first-sight:#e6a3b0;
--cotton-candy-aesthetic:#f6b6e5;
--miami-stucco:#f3d5b9;
--blue-dam:#a5c6d5;
}