Color names in this palette
CSS code for this palette
/* CSS */
.usu-pink {
color: #a27c9d;
}
.pink-lavender {
color: #d7b2c6;
}
.favourite-lady {
color: #e5c2d4;
}
.pumpkin-cream {
color: #e6c7a7;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--usu-pink:#a27c9d;
--pink-lavender:#d7b2c6;
--favourite-lady:#e5c2d4;
--pumpkin-cream:#e6c7a7;
--beauty-bush:#ebb9b2;
}