Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.plum-dust {
color: #a84d8d;
}
.rozowy-pink {
color: #f1a7b7;
}
.indian-clay {
color: #f3d0bf;
}
.lavender-mist {
color: #e5e5ff;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--plum-dust:#a84d8d;
--rozowy-pink:#f1a7b7;
--indian-clay:#f3d0bf;
--lavender-mist:#e5e5ff;
}