Color names in this palette
CSS code for this palette
/* CSS */
.champion {
color: #7a5c8a;
}
.bouquet {
color: #a67d9a;
}
.geranium-bud {
color: #d1a3c7;
}
.pink-marshmallow {
color: #f2b5d4;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--champion:#7a5c8a;
--bouquet:#a67d9a;
--geranium-bud:#d1a3c7;
--pink-marshmallow:#f2b5d4;
--blush-hour:#ff7092;
}