Color names in this palette
CSS code for this palette
/* CSS */
.ariel-s-delight {
color: #b3a1d4;
}
.syrian-violet {
color: #e2c8e5;
}
.martica {
color: #f5e5b7;
}
.syndicalist {
color: #f5c400;
}
.sweet-honey {
color: #d1a65c;
}
/* CSS Variables */
:root {
--ariel-s-delight:#b3a1d4;
--syrian-violet:#e2c8e5;
--martica:#f5e5b7;
--syndicalist:#f5c400;
--sweet-honey:#d1a65c;
}