Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.luminous-pink {
color: #d76a89;
}
.prettiest-pink {
color: #e59fc5;
}
.pink-marshmallow {
color: #f4b3d5;
}
.palace-rose {
color: #f9c8d6;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--luminous-pink:#d76a89;
--prettiest-pink:#e59fc5;
--pink-marshmallow:#f4b3d5;
--palace-rose:#f9c8d6;
}