Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.diamond-white {
color: #e1f1f4;
}
.heirloom-lace {
color: #f5e7d6;
}
.whipped-peach {
color: #f9cfae;
}
.my-pink {
color: #d78e7f;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--diamond-white:#e1f1f4;
--heirloom-lace:#f5e7d6;
--whipped-peach:#f9cfae;
--my-pink:#d78e7f;
}