Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e4b9d4;
}
.sweetheart {
color: #f2c5d8;
}
.butter-cookie {
color: #f0e5b2;
}
.plunging-waterfall {
color: #8fd4e0;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--eau-de-rose:#e4b9d4;
--sweetheart:#f2c5d8;
--butter-cookie:#f0e5b2;
--plunging-waterfall:#8fd4e0;
--sour-candy:#69af4b;
}