Color names in this palette
CSS code for this palette
/* CSS */
.artisan-tea {
color: #d8c0b0;
}
.pretty-lady {
color: #c3a2b6;
}
.aged-to-perfection {
color: #a68daa;
}
.amethyst-gem {
color: #796986;
}
.harajuku-girl {
color: #4f4b71;
}
/* CSS Variables */
:root {
--artisan-tea:#d8c0b0;
--pretty-lady:#c3a2b6;
--aged-to-perfection:#a68daa;
--amethyst-gem:#796986;
--harajuku-girl:#4f4b71;
}