Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e2a6c4;
}
.french-vanilla {
color: #f1e2a7;
}
.fireflies {
color: #f6d8a7;
}
.botanical-tint {
color: #a9e5d1;
}
.simply-posh {
color: #8bbad5;
}
/* CSS Variables */
:root {
--partytime:#e2a6c4;
--french-vanilla:#f1e2a7;
--fireflies:#f6d8a7;
--botanical-tint:#a9e5d1;
--simply-posh:#8bbad5;
}