Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.firm-pink {
color: #d58bca;
}
.pearly-purple {
color: #b464a7;
}
.dull-violet {
color: #7d3d8a;
}
.galactic-wonder {
color: #4a1f5c;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--firm-pink:#d58bca;
--pearly-purple:#b464a7;
--dull-violet:#7d3d8a;
--galactic-wonder:#4a1f5c;
}