Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f3a0c2;
}
.pismo-dunes {
color: #f6d7a2;
}
.calcium {
color: #f2f3e8;
}
.nevada-sky {
color: #a0d6e4;
}
.lusty-lavender {
color: #8d5aba;
}
/* CSS Variables */
:root {
--prism-pink:#f3a0c2;
--pismo-dunes:#f6d7a2;
--calcium:#f2f3e8;
--nevada-sky:#a0d6e4;
--lusty-lavender:#8d5aba;
}