Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d4a0c8;
}
.childlike {
color: #e8bfd1;
}
.hopeful {
color: #f4d2e1;
}
.cake-frosting {
color: #f7dee4;
}
.pink-tutu {
color: #f9e6e9;
}
/* CSS Variables */
:root {
--geranium-bud:#d4a0c8;
--childlike:#e8bfd1;
--hopeful:#f4d2e1;
--cake-frosting:#f7dee4;
--pink-tutu:#f9e6e9;
}