Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.yellow-currant {
color: #f5c56b;
}
.fringy-flower {
color: #b1e2b5;
}
.pool-floor {
color: #80b1e5;
}
.heart-potion {
color: #a67cb1;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--yellow-currant:#f5c56b;
--fringy-flower:#b1e2b5;
--pool-floor:#80b1e5;
--heart-potion:#a67cb1;
}