Color names in this palette
CSS code for this palette
/* CSS */
.hanover {
color: #d9c5b0;
}
.brandy-alexander {
color: #f4e1dc;
}
.apricot-obsession {
color: #f7c6b6;
}
.peach-poppy {
color: #e1a8aa;
}
.choral-singer {
color: #b67c92;
}
/* CSS Variables */
:root {
--hanover:#d9c5b0;
--brandy-alexander:#f4e1dc;
--apricot-obsession:#f7c6b6;
--peach-poppy:#e1a8aa;
--choral-singer:#b67c92;
}