Color names in this palette
CSS code for this palette
/* CSS */
.violet-velvet {
color: #b5a0d9;
}
.monastir {
color: #b68b9c;
}
.gracious-rose {
color: #e3b6b0;
}
.lion-cub {
color: #f5cca3;
}
.spring-yellow {
color: #f2e17d;
}
/* CSS Variables */
:root {
--violet-velvet:#b5a0d9;
--monastir:#b68b9c;
--gracious-rose:#e3b6b0;
--lion-cub:#f5cca3;
--spring-yellow:#f2e17d;
}