Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.emperor-s-children {
color: #f2a1b6;
}
.hope {
color: #e77e9f;
}
.pink-flambe {
color: #d05378;
}
.cry-of-a-rose {
color: #b93c5b;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--emperor-s-children:#f2a1b6;
--hope:#e77e9f;
--pink-flambe:#d05378;
--cry-of-a-rose:#b93c5b;
}