Color names in this palette
CSS code for this palette
/* CSS */
.bossa-nova {
color: #4b3d4d;
}
.medicine-man {
color: #6b4f6d;
}
.thimble-red {
color: #a15e8c;
}
.little-bow-pink {
color: #d17a9a;
}
.rogue-pink {
color: #f8a5c2;
}
/* CSS Variables */
:root {
--bossa-nova:#4b3d4d;
--medicine-man:#6b4f6d;
--thimble-red:#a15e8c;
--little-bow-pink:#d17a9a;
--rogue-pink:#f8a5c2;
}