Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.sweetheart {
color: #f4c3d8;
}
.historic-cream {
color: #fcf3e3;
}
.friendly-yellow {
color: #f6e2b1;
}
.carona {
color: #f7a22b;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--sweetheart:#f4c3d8;
--historic-cream:#fcf3e3;
--friendly-yellow:#f6e2b1;
--carona:#f7a22b;
}