Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.kiss-good-night {
color: #e6c7d9;
}
.enchanted {
color: #c9e4d0;
}
.smooth-satin {
color: #a1d9d2;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--kiss-good-night:#e6c7d9;
--enchanted:#c9e4d0;
--smooth-satin:#a1d9d2;
--floral-leaf:#ffb84d;
}