Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d1a3c4;
}
.hanami-pink {
color: #f6b1e0;
}
.gold-thread {
color: #fce9b0;
}
.heirloom-lace {
color: #f6e6d5;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--geranium-bud:#d1a3c4;
--hanami-pink:#f6b1e0;
--gold-thread:#fce9b0;
--heirloom-lace:#f6e6d5;
--eerie-glow:#a7d7b8;
}