Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c3;
}
.pink-frosting {
color: #f6d5e3;
}
.hawaiian-cream {
color: #f9e6b9;
}
.sundance {
color: #f9c56c;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c3;
--pink-frosting:#f6d5e3;
--hawaiian-cream:#f9e6b9;
--sundance:#f9c56c;
--welcoming-wasp:#f0a800;
}