Color names in this palette
CSS code for this palette
/* CSS */
.purple-velvet {
color: #4a3b59;
}
.jubilee {
color: #7f5b9f;
}
.antique-hot-pink {
color: #b27b9c;
}
.coral-silk {
color: #f2a67d;
}
.venetian-yellow {
color: #f8e5a0;
}
/* CSS Variables */
:root {
--purple-velvet:#4a3b59;
--jubilee:#7f5b9f;
--antique-hot-pink:#b27b9c;
--coral-silk:#f2a67d;
--venetian-yellow:#f8e5a0;
}