Color names in this palette
CSS code for this palette
/* CSS */
.ghostly-purple {
color: #7c5a90;
}
.purple-cheeks {
color: #b67c9f;
}
.rozowy-pink {
color: #f0a8b9;
}
.ice-cream-parlour {
color: #f9d2ae;
}
.goldsmith {
color: #e9b34e;
}
/* CSS Variables */
:root {
--ghostly-purple:#7c5a90;
--purple-cheeks:#b67c9f;
--rozowy-pink:#f0a8b9;
--ice-cream-parlour:#f9d2ae;
--goldsmith:#e9b34e;
}