Color names in this palette
CSS code for this palette
/* CSS */
.bermuda-onion {
color: #a35c95;
}
.eau-de-rose {
color: #e1b7d3;
}
.pink-fit {
color: #f4a4b5;
}
.sun-shower {
color: #fddd72;
}
.trump-tan {
color: #f9a76c;
}
/* CSS Variables */
:root {
--bermuda-onion:#a35c95;
--eau-de-rose:#e1b7d3;
--pink-fit:#f4a4b5;
--sun-shower:#fddd72;
--trump-tan:#f9a76c;
}