Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f0a3c4;
}
.lavender-soap {
color: #f1c0e3;
}
.snow-plum {
color: #f3e8f3;
}
.cotton-candy-aesthetic {
color: #f6b6e0;
}
.raspberry-sorbet {
color: #d5396d;
}
/* CSS Variables */
:root {
--prism-pink:#f0a3c4;
--lavender-soap:#f1c0e3;
--snow-plum:#f3e8f3;
--cotton-candy-aesthetic:#f6b6e0;
--raspberry-sorbet:#d5396d;
}