Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d2;
}
.high-maintenance {
color: #d68ab0;
}
.purple-cheeks {
color: #b87fa3;
}
.hanami-pink {
color: #f8afe5;
}
.pipitschah {
color: #f3e7c3;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d2;
--high-maintenance:#d68ab0;
--purple-cheeks:#b87fa3;
--hanami-pink:#f8afe5;
--pipitschah:#f3e7c3;
}