Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.meteorite {
color: #4c3d6c;
}
.port-wine-stain {
color: #85667d;
}
.twilight-blush {
color: #b69a9c;
}
.gypsum-rose {
color: #e0c4b2;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--meteorite:#4c3d6c;
--port-wine-stain:#85667d;
--twilight-blush:#b69a9c;
--gypsum-rose:#e0c4b2;
}