Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.parrot-tulip {
color: #f1c1d4;
}
.rosecco {
color: #eab8e4;
}
.geranium-bud {
color: #d2a3c7;
}
.design-delight {
color: #aa7daa;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--parrot-tulip:#f1c1d4;
--rosecco:#eab8e4;
--geranium-bud:#d2a3c7;
--design-delight:#aa7daa;
}