Color names in this palette
CSS code for this palette
/* CSS */
.persian-jewel {
color: #697aba;
}
.water-hyacinth {
color: #a0a2cf;
}
.etherium-blue {
color: #b7c2e1;
}
.sugar-high {
color: #f1c6e7;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--persian-jewel:#697aba;
--water-hyacinth:#a0a2cf;
--etherium-blue:#b7c2e1;
--sugar-high:#f1c6e7;
--sugar-rush:#d85f9c;
}