Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.first-date {
color: #f7b2a1;
}
.allspice {
color: #f6cba7;
}
.coral-dust {
color: #efae85;
}
.frozen-forest {
color: #d2e9b9;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--first-date:#f7b2a1;
--allspice:#f6cba7;
--coral-dust:#efae85;
--frozen-forest:#d2e9b9;
}