Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.ghostly-purple {
color: #7b5b95;
}
.satin-flower {
color: #b68dbf;
}
.persian-delight {
color: #f0c7d9;
}
.hawkbit {
color: #ffdb70;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--ghostly-purple:#7b5b95;
--satin-flower:#b68dbf;
--persian-delight:#f0c7d9;
--hawkbit:#ffdb70;
}