Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f2b1a1;
}
.antique-wicker-basket {
color: #f1d4a2;
}
.wax-yellow {
color: #e9eba2;
}
.green-trance {
color: #a4d6a7;
}
.shimmer {
color: #82c4e8;
}
/* CSS Variables */
:root {
--first-date:#f2b1a1;
--antique-wicker-basket:#f1d4a2;
--wax-yellow:#e9eba2;
--green-trance:#a4d6a7;
--shimmer:#82c4e8;
}