Color names in this palette
CSS code for this palette
/* CSS */
.serene-pink {
color: #f6c9b6;
}
.calabrese {
color: #f1a8a2;
}
.little-bow-pink {
color: #d87d9d;
}
.exotic-bloom {
color: #a96090;
}
.magenta-violet {
color: #6b508b;
}
/* CSS Variables */
:root {
--serene-pink:#f6c9b6;
--calabrese:#f1a8a2;
--little-bow-pink:#d87d9d;
--exotic-bloom:#a96090;
--magenta-violet:#6b508b;
}