Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.berry-pie {
color: #50708b;
}
.bright-bluebonnet {
color: #8fb2c1;
}
.shrimp-toast {
color: #f7c6a1;
}
.mandarin-orange {
color: #f16c3b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--berry-pie:#50708b;
--bright-bluebonnet:#8fb2c1;
--shrimp-toast:#f7c6a1;
--mandarin-orange:#f16c3b;
}