Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.princess {
color: #f1a7b6;
}
.deep-blush {
color: #e56c8c;
}
.vibrant-red {
color: #c34b6f;
}
.warrior-queen {
color: #a42d4b;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--princess:#f1a7b6;
--deep-blush:#e56c8c;
--vibrant-red:#c34b6f;
--warrior-queen:#a42d4b;
}