Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4e;
}
.emperor-s-children {
color: #f7a1b5;
}
.majestic-treasures {
color: #f3e8a5;
}
.blue-glint {
color: #8fc5d6;
}
.nautical-creatures {
color: #2c5e7d;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4e;
--emperor-s-children:#f7a1b5;
--majestic-treasures:#f3e8a5;
--blue-glint:#8fc5d6;
--nautical-creatures:#2c5e7d;
}