Color names in this palette
CSS code for this palette
/* CSS */
.violet-velvet {
color: #b19bd9;
}
.bright-ube {
color: #d3a5e9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--violet-velvet:#b19bd9;
--bright-ube:#d3a5e9;
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--semi-sweet-chocolate:#6a4125;
}