Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.ballet-slippers {
color: #fca1b0;
}
.spaghetti-strap-pink {
color: #f9a9d5;
}
.candy-floss {
color: #eba8e4;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--ballet-slippers:#fca1b0;
--spaghetti-strap-pink:#f9a9d5;
--candy-floss:#eba8e4;
--island-light:#a6c6ed;
}