Color names in this palette
CSS code for this palette
/* CSS */
.violet-velvet {
color: #b19bd9;
}
.prettiest-pink {
color: #e6a2c8;
}
.ballet-slippers {
color: #f7a1b1;
}
.american-yellow {
color: #f5b400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--violet-velvet:#b19bd9;
--prettiest-pink:#e6a2c8;
--ballet-slippers:#f7a1b1;
--american-yellow:#f5b400;
--grapefruit-pulp:#ff6e61;
}