Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d6b0e3;
}
.template {
color: #a7c9e2;
}
.james-blonde {
color: #f2e4b5;
}
.manga-pink {
color: #f4b8d8;
}
.turquoise-tower {
color: #a8e6cf;
}
/* CSS Variables */
:root {
--pretty-petunia:#d6b0e3;
--template:#a7c9e2;
--james-blonde:#f2e4b5;
--manga-pink:#f4b8d8;
--turquoise-tower:#a8e6cf;
}