Color names in this palette
CSS code for this palette
/* CSS */
.puppy-love {
color: #e4b9c1;
}
.young-at-heart {
color: #d69fab;
}
.poise {
color: #a77b92;
}
.exotic-purple {
color: #6b507c;
}
.jakarta-skyline {
color: #3b2c5e;
}
/* CSS Variables */
:root {
--puppy-love:#e4b9c1;
--young-at-heart:#d69fab;
--poise:#a77b92;
--exotic-purple:#6b507c;
--jakarta-skyline:#3b2c5e;
}