Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.pueblo-sand {
color: #e5c4a4;
}
.hollyhock-pink {
color: #c3a2b3;
}
.usu-pink {
color: #a87a9c;
}
.purple-sapphire {
color: #794b8b;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--pueblo-sand:#e5c4a4;
--hollyhock-pink:#c3a2b3;
--usu-pink:#a87a9c;
--purple-sapphire:#794b8b;
}