Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f2b2a1;
}
.serene-pink {
color: #f6c8b6;
}
.yellow-shimmer {
color: #f8e2c9;
}
.marvelous-magic {
color: #e1c6d9;
}
.tropical-violet {
color: #d5a6e2;
}
/* CSS Variables */
:root {
--first-date:#f2b2a1;
--serene-pink:#f6c8b6;
--yellow-shimmer:#f8e2c9;
--marvelous-magic:#e1c6d9;
--tropical-violet:#d5a6e2;
}