Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.harvest-wreath {
color: #f8d7c4;
}
.pinch-of-pearl {
color: #fdf8e2;
}
.ice-crystal-blue {
color: #a4e5e1;
}
.high-seas {
color: #7aa7d6;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--harvest-wreath:#f8d7c4;
--pinch-of-pearl:#fdf8e2;
--ice-crystal-blue:#a4e5e1;
--high-seas:#7aa7d6;
}