Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #3f2a51;
}
.exotic-purple {
color: #6b4d75;
}
.antique-hot-pink {
color: #b27b9e;
}
.think-pink {
color: #e6a3bf;
}
.first-daughter {
color: #f8d3d8;
}
/* CSS Variables */
:root {
--jagger:#3f2a51;
--exotic-purple:#6b4d75;
--antique-hot-pink:#b27b9e;
--think-pink:#e6a3bf;
--first-daughter:#f8d3d8;
}