Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3c67;
}
.arabian-silk {
color: #796b94;
}
.fragrant-satchel {
color: #aa9db8;
}
.orchid-ice {
color: #ddcfdc;
}
.roselle {
color: #f1dfe5;
}
/* CSS Variables */
:root {
--meteorite:#4b3c67;
--arabian-silk:#796b94;
--fragrant-satchel:#aa9db8;
--orchid-ice:#ddcfdc;
--roselle:#f1dfe5;
}