Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #e0a9e5;
}
.template {
color: #a4c9e5;
}
.icy-lemonade {
color: #f6e6b1;
}
.violet-kiss {
color: #f4a4d4;
}
.pretty-petunia {
color: #d9b6e2;
}
/* CSS Variables */
:root {
--barely-bloomed:#e0a9e5;
--template:#a4c9e5;
--icy-lemonade:#f6e6b1;
--violet-kiss:#f4a4d4;
--pretty-petunia:#d9b6e2;
}