Color names in this palette
CSS code for this palette
/* CSS */
.violet-velvet {
color: #b39ada;
}
.tickled-pink {
color: #f1a7c1;
}
.banan-appeal {
color: #f9efa4;
}
.taco {
color: #f4c7b3;
}
.western-sunrise {
color: #d8a06e;
}
/* CSS Variables */
:root {
--violet-velvet:#b39ada;
--tickled-pink:#f1a7c1;
--banan-appeal:#f9efa4;
--taco:#f4c7b3;
--western-sunrise:#d8a06e;
}