Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.berry-blackmail {
color: #6b1c7d;
}
.carroburg-crimson {
color: #a42d6f;
}
.flirty-rose {
color: #d76098;
}
.rogue-pink {
color: #f8a5c5;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--berry-blackmail:#6b1c7d;
--carroburg-crimson:#a42d6f;
--flirty-rose:#d76098;
--rogue-pink:#f8a5c5;
}