Color names in this palette
CSS code for this palette
/* CSS */
.pop-that-gum {
color: #f26eb7;
}
.rose-mallow {
color: #f2a6c4;
}
.pinkathon {
color: #f2bbbb;
}
.vegetation {
color: #5dcb9d;
}
.perfect-days {
color: #40a2e7;
}
/* CSS Variables */
:root {
--pop-that-gum:#f26eb7;
--rose-mallow:#f2a6c4;
--pinkathon:#f2bbbb;
--vegetation:#5dcb9d;
--perfect-days:#40a2e7;
}