Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.sweet-lilac {
color: #eab8d1;
}
.rhubarb-gin {
color: #d9a5c5;
}
.poise {
color: #a67d92;
}
.lavender-fog {
color: #c4b4d0;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--sweet-lilac:#eab8d1;
--rhubarb-gin:#d9a5c5;
--poise:#a67d92;
--lavender-fog:#c4b4d0;
}