Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b3e6;
}
.lobby-lilac {
color: #a67eb9;
}
.pure-mauve {
color: #6a4c94;
}
.terrace-pool {
color: #a1d6e2;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b3e6;
--lobby-lilac:#a67eb9;
--pure-mauve:#6a4c94;
--terrace-pool:#a1d6e2;
--welcoming-wasp:#f0a800;
}