Color names in this palette
CSS code for this palette
/* CSS */
.first-daughter {
color: #f8d3d8;
}
.emperor-s-children {
color: #f0a3b5;
}
.out-of-fashion {
color: #ed6e92;
}
.fantasy-romance {
color: #e73c72;
}
.french-raspberry {
color: #c8284a;
}
/* CSS Variables */
:root {
--first-daughter:#f8d3d8;
--emperor-s-children:#f0a3b5;
--out-of-fashion:#ed6e92;
--fantasy-romance:#e73c72;
--french-raspberry:#c8284a;
}