Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #402b46;
}
.exotic-purple {
color: #6b4d75;
}
.tuileries-tint {
color: #b99bc0;
}
.cherry-blossom {
color: #f7c0d4;
}
.bleached-sunflower {
color: #f9e8a4;
}
/* CSS Variables */
:root {
--jagger:#402b46;
--exotic-purple:#6b4d75;
--tuileries-tint:#b99bc0;
--cherry-blossom:#f7c0d4;
--bleached-sunflower:#f9e8a4;
}