Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.peach-temptation {
color: #f3c4b4;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.light-sky-babe {
color: #a1d2e3;
}
.blue-tuna {
color: #6c94c1;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--peach-temptation:#f3c4b4;
--lemon-ice-yellow:#f6e1a7;
--light-sky-babe:#a1d2e3;
--blue-tuna:#6c94c1;
}