Color names in this palette
CSS code for this palette
/* CSS */
.razzmic-berry {
color: #8d4e8b;
}
.colombo-red-mauve {
color: #b77cbb;
}
.prettiest-pink {
color: #e9a0c6;
}
.shell-ginger {
color: #fbe5d5;
}
.pink-beach {
color: #f6c3a7;
}
/* CSS Variables */
:root {
--razzmic-berry:#8d4e8b;
--colombo-red-mauve:#b77cbb;
--prettiest-pink:#e9a0c6;
--shell-ginger:#fbe5d5;
--pink-beach:#f6c3a7;
}