Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.allspice {
color: #f9cca9;
}
.durango-dust {
color: #fce5a1;
}
.turquoise-tower {
color: #a8e6cf;
}
.first-of-july {
color: #bae7f2;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--allspice:#f9cca9;
--durango-dust:#fce5a1;
--turquoise-tower:#a8e6cf;
--first-of-july:#bae7f2;
}