Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e4b9d4;
}
.tequila {
color: #f6d2a7;
}
.bastard-amber {
color: #ffca8a;
}
.floral-leaf {
color: #ffb84d;
}
.peachy-pinky {
color: #ff7c5c;
}
/* CSS Variables */
:root {
--eau-de-rose:#e4b9d4;
--tequila:#f6d2a7;
--bastard-amber:#ffca8a;
--floral-leaf:#ffb84d;
--peachy-pinky:#ff7c5c;
}