Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.princess {
color: #f1a7b6;
}
.loveland {
color: #e66b8e;
}
.llilacquered {
color: #c85b99;
}
.china-rose {
color: #a84d6b;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--princess:#f1a7b6;
--loveland:#e66b8e;
--llilacquered:#c85b99;
--china-rose:#a84d6b;
}