Color names in this palette
CSS code for this palette
/* CSS */
.lower-lip {
color: #f74589;
}
.rose-turkish-delight {
color: #d84f7d;
}
.exuberant-pink {
color: #b7527c;
}
.blackberry-tint {
color: #8f5b74;
}
.liberty-bell-grey {
color: #696c6d;
}
/* CSS Variables */
:root {
--lower-lip:#f74589;
--rose-turkish-delight:#d84f7d;
--exuberant-pink:#b7527c;
--blackberry-tint:#8f5b74;
--liberty-bell-grey:#696c6d;
}