Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.rose-mallow {
color: #f1a7c5;
}
.fuchsia-blush {
color: #e57bb3;
}
.sugar-rush {
color: #d85a9b;
}
.smitten {
color: #c83c8e;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--rose-mallow:#f1a7c5;
--fuchsia-blush:#e57bb3;
--sugar-rush:#d85a9b;
--smitten:#c83c8e;
}