Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d8b3e6;
}
.lavender-cream {
color: #c4a6e8;
}
.terrace-pool {
color: #a1d8e3;
}
.parrot-tulip {
color: #f1c0d6;
}
.pink-fit {
color: #f5a8b5;
}
/* CSS Variables */
:root {
--pretty-petunia:#d8b3e6;
--lavender-cream:#c4a6e8;
--terrace-pool:#a1d8e3;
--parrot-tulip:#f1c0d6;
--pink-fit:#f5a8b5;
}