Color names in this palette
CSS code for this palette
/* CSS */
.fat-smooch {
color: #c0547a;
}
.princess {
color: #f1a7b3;
}
.baby-steps {
color: #f6c6d9;
}
.blush-tint {
color: #f3e2e6;
}
.athena-pink {
color: #e7b1c6;
}
/* CSS Variables */
:root {
--fat-smooch:#c0547a;
--princess:#f1a7b3;
--baby-steps:#f6c6d9;
--blush-tint:#f3e2e6;
--athena-pink:#e7b1c6;
}