Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.azalea-pink {
color: #f9c3c5;
}
.tea-light {
color: #f6e6c1;
}
.green-vibes {
color: #d7e9c3;
}
.havana-blue {
color: #a4dae5;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--azalea-pink:#f9c3c5;
--tea-light:#f6e6c1;
--green-vibes:#d7e9c3;
--havana-blue:#a4dae5;
}