Color names in this palette
CSS code for this palette
/* CSS */
.frosted-grape {
color: #d3c5d2;
}
.eau-de-rose {
color: #e4b9d4;
}
.mystic-tulip {
color: #f8b6a0;
}
.e-honda-beige {
color: #f9d780;
}
.creamy-vanilla {
color: #f2e4c0;
}
/* CSS Variables */
:root {
--frosted-grape:#d3c5d2;
--eau-de-rose:#e4b9d4;
--mystic-tulip:#f8b6a0;
--e-honda-beige:#f9d780;
--creamy-vanilla:#f2e4c0;
}