Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.rose-mallow {
color: #f2a6c4;
}
.moonlit-mauve {
color: #d78eb0;
}
.dahlia-mauve {
color: #b65d8b;
}
.baton-rouge {
color: #993d6a;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--rose-mallow:#f2a6c4;
--moonlit-mauve:#d78eb0;
--dahlia-mauve:#b65d8b;
--baton-rouge:#993d6a;
}