Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c6;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.first-date {
color: #f4b09f;
}
.buffalo-trail {
color: #e1af7a;
}
.lenurple {
color: #b88fdc;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c6;
--antique-wicker-basket:#f7d3a1;
--first-date:#f4b09f;
--buffalo-trail:#e1af7a;
--lenurple:#b88fdc;
}