Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3d6b;
}
.relic {
color: #8a7b9d;
}
.tinted-iris {
color: #c7b5d9;
}
.tequila {
color: #f2d1a6;
}
.vinaceous-cinnamon {
color: #f58e8e;
}
/* CSS Variables */
:root {
--meteorite:#4b3d6b;
--relic:#8a7b9d;
--tinted-iris:#c7b5d9;
--tequila:#f2d1a6;
--vinaceous-cinnamon:#f58e8e;
}