Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.butterfly-bush {
color: #6a5b8b;
}
.divine {
color: #9a7a9f;
}
.caramelo-dulce {
color: #d5a16c;
}
.apricot-iced-tea {
color: #f6bf98;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--butterfly-bush:#6a5b8b;
--divine:#9a7a9f;
--caramelo-dulce:#d5a16c;
--apricot-iced-tea:#f6bf98;
}