Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b6e2;
}
.prism-pink {
color: #f0a3c3;
}
.cornsilk-yellow {
color: #f6c76f;
}
.bone-white {
color: #f3e1af;
}
.reef-green {
color: #a3e0c5;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b6e2;
--prism-pink:#f0a3c3;
--cornsilk-yellow:#f6c76f;
--bone-white:#f3e1af;
--reef-green:#a3e0c5;
}