Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d0;
}
.little-bow-pink {
color: #d77e9a;
}
.vibrant-red {
color: #c24c6c;
}
.beetiful-magenta {
color: #8f2d70;
}
.acai {
color: #4c245c;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d0;
--little-bow-pink:#d77e9a;
--vibrant-red:#c24c6c;
--beetiful-magenta:#8f2d70;
--acai:#4c245c;
}