Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f1d3a2;
}
.parfait-pink {
color: #e6b3c2;
}
.bright-ube {
color: #d3a4e5;
}
.pale-mountain-lake-turquoise {
color: #bae3d4;
}
.green-trance {
color: #a2d59f;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f1d3a2;
--parfait-pink:#e6b3c2;
--bright-ube:#d3a4e5;
--pale-mountain-lake-turquoise:#bae3d4;
--green-trance:#a2d59f;
}