Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e8a1ca;
}
.fulgrim-pink {
color: #f2b1d2;
}
.mountain-laurel {
color: #f3c9d3;
}
.journal-white {
color: #e7d3b1;
}
.viking-diva {
color: #c9b2e0;
}
/* CSS Variables */
:root {
--prettiest-pink:#e8a1ca;
--fulgrim-pink:#f2b1d2;
--mountain-laurel:#f3c9d3;
--journal-white:#e7d3b1;
--viking-diva:#c9b2e0;
}