Color names in this palette
CSS code for this palette
/* CSS */
.long-forgotten-purple {
color: #a4799b;
}
.ibis {
color: #f6b6c1;
}
.cool-cream {
color: #fce5d9;
}
.popcorn {
color: #f9cf7b;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--long-forgotten-purple:#a4799b;
--ibis:#f6b6c1;
--cool-cream:#fce5d9;
--popcorn:#f9cf7b;
--welcoming-wasp:#f0a800;
}