Color names in this palette
CSS code for this palette
/* CSS */
.kentucky-blue {
color: #a5b3cf;
}
.era {
color: #d6e4e6;
}
.in-the-pink {
color: #f2c5d3;
}
.frapp {
color: #cdad98;
}
.cleopatra-s-gown {
color: #7e4b8b;
}
/* CSS Variables */
:root {
--kentucky-blue:#a5b3cf;
--era:#d6e4e6;
--in-the-pink:#f2c5d3;
--frapp:#cdad98;
--cleopatra-s-gown:#7e4b8b;
}