Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.venetian-yellow {
color: #f8e2a0;
}
.pretty-petunia {
color: #dab7e1;
}
.liberal-lilac {
color: #9b58b6;
}
.clematis-blue {
color: #3e3c8b;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--venetian-yellow:#f8e2a0;
--pretty-petunia:#dab7e1;
--liberal-lilac:#9b58b6;
--clematis-blue:#3e3c8b;
}