Color names in this palette
CSS code for this palette
/* CSS */
.hyacinth-violet {
color: #9b4b9a;
}
.silk-ribbon {
color: #c26b8f;
}
.salmon-slice {
color: #f1a88e;
}
.blonde-girl {
color: #f1c45b;
}
.highlighter-yellow {
color: #f3e13f;
}
/* CSS Variables */
:root {
--hyacinth-violet:#9b4b9a;
--silk-ribbon:#c26b8f;
--salmon-slice:#f1a88e;
--blonde-girl:#f1c45b;
--highlighter-yellow:#f3e13f;
}