Color names in this palette
CSS code for this palette
/* CSS */
.crystal-river {
color: #b1e4f1;
}
.blue-dam {
color: #a1c6d4;
}
.periwinkle-dusk {
color: #8c9fb5;
}
.pretty-petunia {
color: #d1b2e0;
}
.prism-pink {
color: #f2a1c5;
}
/* CSS Variables */
:root {
--crystal-river:#b1e4f1;
--blue-dam:#a1c6d4;
--periwinkle-dusk:#8c9fb5;
--pretty-petunia:#d1b2e0;
--prism-pink:#f2a1c5;
}