Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3d6c;
}
.kimberly {
color: #6d5c8a;
}
.kismet {
color: #a18db4;
}
.tussie-mussie {
color: #efc3d7;
}
.rosy-outlook {
color: #f7aaa1;
}
/* CSS Variables */
:root {
--meteorite:#4b3d6c;
--kimberly:#6d5c8a;
--kismet:#a18db4;
--tussie-mussie:#efc3d7;
--rosy-outlook:#f7aaa1;
}