Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.sailor-s-bay {
color: #4a6e8c;
}
.heavenly {
color: #80b3c6;
}
.neighborly-peach {
color: #f1c3a2;
}
.warming-heart {
color: #d84d3b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--sailor-s-bay:#4a6e8c;
--heavenly:#80b3c6;
--neighborly-peach:#f1c3a2;
--warming-heart:#d84d3b;
}