Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f9c3e4;
}
.prism-pink {
color: #f2a1c5;
}
.light-orchid {
color: #e1a8d8;
}
.fresh-water {
color: #c2e0f5;
}
.quiet-pond {
color: #92d9e3;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f9c3e4;
--prism-pink:#f2a1c5;
--light-orchid:#e1a8d8;
--fresh-water:#c2e0f5;
--quiet-pond:#92d9e3;
}