Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e2a1c2;
}
.baby-steps {
color: #f6cbda;
}
.heirloom-lace {
color: #f6e5d5;
}
.gentle-glow {
color: #f7e5bb;
}
.tasman-honey-yellow {
color: #e6c85c;
}
/* CSS Variables */
:root {
--prettiest-pink:#e2a1c2;
--baby-steps:#f6cbda;
--heirloom-lace:#f6e5d5;
--gentle-glow:#f7e5bb;
--tasman-honey-yellow:#e6c85c;
}