Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.dahlia-delight {
color: #f7bbd5;
}
.mountain-laurel {
color: #f2cad6;
}
.japanese-rose-garden {
color: #e2b6c7;
}
.prehistoric-pink {
color: #c0728d;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--dahlia-delight:#f7bbd5;
--mountain-laurel:#f2cad6;
--japanese-rose-garden:#e2b6c7;
--prehistoric-pink:#c0728d;
}