Color names in this palette
CSS code for this palette
/* CSS */
.perfume {
color: #c5a9e5;
}
.purple-paradise {
color: #7a6a9a;
}
.pink-marshmallow {
color: #f2b5d4;
}
.gentle-glow {
color: #f7e5bb;
}
.larch-bolete {
color: #ffac75;
}
/* CSS Variables */
:root {
--perfume:#c5a9e5;
--purple-paradise:#7a6a9a;
--pink-marshmallow:#f2b5d4;
--gentle-glow:#f7e5bb;
--larch-bolete:#ffac75;
}