Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d19fc7;
}
.changeling-pink {
color: #f1b1d1;
}
.aspen-yellow {
color: #f8e0a0;
}
.squash-blossom {
color: #f9b339;
}
.pastel-strawberry {
color: #f25050;
}
/* CSS Variables */
:root {
--geranium-bud:#d19fc7;
--changeling-pink:#f1b1d1;
--aspen-yellow:#f8e0a0;
--squash-blossom:#f9b339;
--pastel-strawberry:#f25050;
}