Color names in this palette
CSS code for this palette
/* CSS */
.boysenberry-pink {
color: #9f3c5a;
}
.calabrese {
color: #f1a8a2;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.tropical-trail {
color: #85d6b3;
}
.river-fountain {
color: #1e8a94;
}
/* CSS Variables */
:root {
--boysenberry-pink:#9f3c5a;
--calabrese:#f1a8a2;
--antique-wicker-basket:#f6d4a2;
--tropical-trail:#85d6b3;
--river-fountain:#1e8a94;
}