Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e8a1c7;
}
.fulgrim-pink {
color: #f4b3d0;
}
.blush-hour {
color: #ff7092;
}
.red-mull {
color: #ff8a8a;
}
.lusty-gallant {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--prettiest-pink:#e8a1c7;
--fulgrim-pink:#f4b3d0;
--blush-hour:#ff7092;
--red-mull:#ff8a8a;
--lusty-gallant:#ffcdcc;
}