Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.aqua-wish {
color: #a3e1d2;
}
.light-fresh-lime {
color: #e0f7d4;
}
.friendly-yellow {
color: #f6e2b1;
}
.arts-crafts-gold {
color: #f9c78b;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--aqua-wish:#a3e1d2;
--light-fresh-lime:#e0f7d4;
--friendly-yellow:#f6e2b1;
--arts-crafts-gold:#f9c78b;
}