Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d7a8c2;
}
.mountain-laurel {
color: #f2cad4;
}
.rose-elegance {
color: #e7a2b5;
}
.sugar-tooth {
color: #d78e9a;
}
.raspberry-parfait {
color: #b8617b;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d7a8c2;
--mountain-laurel:#f2cad4;
--rose-elegance:#e7a2b5;
--sugar-tooth:#d78e9a;
--raspberry-parfait:#b8617b;
}