Color names in this palette
CSS code for this palette
/* CSS */
.throat {
color: #2e1f3d;
}
.honey-flower {
color: #5c3e6f;
}
.wine-stroll {
color: #8e6f90;
}
.pastel-purple {
color: #b39eb7;
}
.misty-memories {
color: #e9c3d4;
}
/* CSS Variables */
:root {
--throat:#2e1f3d;
--honey-flower:#5c3e6f;
--wine-stroll:#8e6f90;
--pastel-purple:#b39eb7;
--misty-memories:#e9c3d4;
}